3
0
Fork 0
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:
Shea Levy 2014-01-05 15:53:39 -05:00
parent 886a675f79
commit b0000b29af

View file

@ -14,7 +14,7 @@ let
inherit (pkgs) python gummiboot;
inherit (config.environment) nix;
nix = config.nix.package;
inherit (cfg) timeout;