Author: sandervanderburg
Date: Sun Jan 30 17:27:24 2011
New Revision: 25730
URL: https://svn.nixos.org/websvn/nix/?rev=25730&sc=1

Log:
Another strange error, which I fixed

Modified:
   nixos/trunk/modules/config/gnu.nix

Modified: nixos/trunk/modules/config/gnu.nix
==============================================================================
--- nixos/trunk/modules/config/gnu.nix  Sun Jan 30 17:22:44 2011        (r25729)
+++ nixos/trunk/modules/config/gnu.nix  Sun Jan 30 17:27:24 2011        (r25730)
@@ -27,7 +27,7 @@
 
 
     # GNU GRUB, where available.
-    boot.loader.grub.enable = !stdenv.isArm;
+    boot.loader.grub.enable = !pkgs.stdenv.isArm;
     boot.loader.grub.version = 2;
 
     # GNU lsh.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to