refactor: switch from modules to import arrays
This commit is contained in:
parent
d893750c09
commit
41eaa38d31
75 changed files with 1870 additions and 2541 deletions
3
util.nix
Normal file
3
util.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
toImports = basedir: modules: map (module: basedir + "/${module}.nix") modules;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue