hooks
This commit is contained in:
parent
ef7e64f2b1
commit
cc62f8a2b9
6 changed files with 198 additions and 12 deletions
2
lib.nix
2
lib.nix
|
@ -69,7 +69,7 @@ lib: _: {
|
|||
class: map (name: {inherit class name;}) (dirsIn (hostsDir + "/${class}"))
|
||||
)
|
||||
classes)
|
||||
(map (obj: lib.nameValuePair obj.name (commonNixosSystem obj)))
|
||||
(map (args: lib.nameValuePair args.name (commonNixosSystem args)))
|
||||
builtins.listToAttrs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue