Extract systems
This commit is contained in:
parent
59403e4660
commit
374e5680e2
2 changed files with 3 additions and 2 deletions
|
@ -56,7 +56,5 @@
|
|||
};
|
||||
|
||||
imports = [ (inputs.import-tree ./modules2) ];
|
||||
|
||||
systems = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
3
modules2/systems.nix
Normal file
3
modules2/systems.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
systems = [ "x86_64-linux" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue