Another strange error, which I fixed

svn path=/nixos/trunk/; revision=25730
This commit is contained in:
Sander van der Burg 2011-01-30 17:27:24 +00:00
parent f30f71b7fa
commit aa2e768fe4

View file

@ -27,7 +27,7 @@ with pkgs.lib;
# GNU GRUB, where available.
boot.loader.grub.enable = !stdenv.isArm;
boot.loader.grub.enable = !pkgs.stdenv.isArm;
boot.loader.grub.version = 2;
# GNU lsh.