nixos/init-script: fix eval
error: attribute 'nixos' missing
This was missed in d3528cdc3d
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
|||||||
src = ./init-script-builder.sh;
|
src = ./init-script-builder.sh;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
inherit (pkgs) bash;
|
inherit (pkgs) bash;
|
||||||
inherit (config.nixos.system) distroName;
|
inherit (config.system.nixos) distroName;
|
||||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user