forked from mirrors/nixpkgs
gummiboot module: Don't use obsolete environment.nix option
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
886a675f79
commit
b0000b29af
|
@ -14,7 +14,7 @@ let
|
|||
|
||||
inherit (pkgs) python gummiboot;
|
||||
|
||||
inherit (config.environment) nix;
|
||||
nix = config.nix.package;
|
||||
|
||||
inherit (cfg) timeout;
|
||||
|
||||
|
|
Loading…
Reference in a new issue