Extract systems

This commit is contained in:
Oliver Davies 2025-07-23 19:26:20 +01:00
parent 59403e4660
commit 374e5680e2
2 changed files with 3 additions and 2 deletions

View file

@ -56,7 +56,5 @@
};
imports = [ (inputs.import-tree ./modules2) ];
systems = [ "x86_64-linux" ];
};
}

3
modules2/systems.nix Normal file
View file

@ -0,0 +1,3 @@
{
systems = [ "x86_64-linux" ];
}