WIP sops for Lilim -> enable pure eval.
This commit is contained in:
parent
b37af57fd5
commit
908b709439
6 changed files with 67 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
name = machine;
|
||||
value = let
|
||||
machinePath = lib.concatStringsSep "/" [(toString ./.) "machines" machine];
|
||||
machineFiles = fn.lst { p = machinePath; b = true; };
|
||||
machineFiles = lib.filter (name: lib.strings.hasSuffix ".nix" name) (fn.lst { p = machinePath; b = true; });
|
||||
in nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = attrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue