Use import-tree to import modules from a directory
This commit is contained in:
parent
640262f87f
commit
b0cd4852fd
5 changed files with 138 additions and 0 deletions
3
nix/flakes/import-tree/modules/systems.nix
Normal file
3
nix/flakes/import-tree/modules/systems.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
systems = [ "x86_64-linux" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue