Move fn functions to system specialArgs.

This commit is contained in:
Kevin Baensch 2023-08-28 21:52:46 +02:00
parent b73ea3b5de
commit b2da82bff1
Signed by: derped
GPG key ID: C0F1D326C7626543
9 changed files with 12 additions and 24 deletions

View file

@ -26,7 +26,7 @@
machineFiles = lib.filter (name: lib.strings.hasSuffix ".nix" name) (fn.lst { p = machinePath; b = true; });
in nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = attrs;
specialArgs = attrs // { fn = fn; };
modules = [
(toString ./options/machine.nix)
sops-nix.nixosModules.sops