nixos/init-script: fix eval
error: attribute 'nixos' missing
This was missed in d3528cdc3d
This commit is contained in:
parent
112e7c9a8e
commit
5c87c72c1f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
|||
src = ./init-script-builder.sh;
|
||||
isExecutable = true;
|
||||
inherit (pkgs) bash;
|
||||
inherit (config.nixos.system) distroName;
|
||||
inherit (config.system.nixos) distroName;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue