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
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let
version extraConfig extraPerEntryConfig extraEntries version extraConfig extraPerEntryConfig extraEntries
extraEntriesBeforeNixOS configurationLimit copyKernels timeout extraEntriesBeforeNixOS configurationLimit copyKernels timeout
default devices; 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 in