Fix NixOps evaluation

This commit is contained in:
Eelco Dolstra
2013-10-28 22:45:57 +01:00
parent 259f7a93b1
commit 9a8516438e
2 changed files with 11 additions and 9 deletions
@@ -236,7 +236,7 @@ in
system.build.installBootLoader =
if cfg.devices == [] then
throw "You must set the boot.loader.grub.device option to make the system bootable."
throw "You must set the option boot.loader.grub.device to make the system bootable."
else
"PERL5LIB=${makePerlPath [ pkgs.perlPackages.XMLLibXML pkgs.perlPackages.XMLSAX ]} " +
"${pkgs.perl}/bin/perl ${./install-grub.pl} ${grubConfig}";