templates: Add all basic supported systems to the minimal-flake-parts tempalte

This commit is contained in:
a-kenji
2024-11-08 14:38:23 +01:00
parent 557c209565
commit 45c0a4a4cd

View File

@@ -18,6 +18,9 @@
{ {
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
]; ];
imports = [ imports = [