Add a GRUB 1 dependency

http://hydra.nixos.org/build/3331139
This commit is contained in:
Eelco Dolstra 2012-11-16 16:42:45 +01:00
parent fe7b3b7f9b
commit 60bf4c3cd7

View file

@ -18,7 +18,7 @@ let
version extraConfig extraPerEntryConfig extraEntries
extraEntriesBeforeNixOS configurationLimit copyKernels timeout
default devices;
path = makeSearchPath "bin" [ pkgs.coreutils pkgs.gnused pkgs.findutils pkgs.gnugrep ];
path = makeSearchPath "bin" [ pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils ];
});
in