Author: eelco
Date: Wed Apr 27 15:47:41 2011
New Revision: 27007
URL: https://svn.nixos.org/websvn/nix/?rev=27007&sc=1

Log:
* Fix indentation.

Modified:
   nixos/trunk/release.nix

Modified: nixos/trunk/release.nix
==============================================================================
--- nixos/trunk/release.nix     Wed Apr 27 15:42:14 2011        (r27006)
+++ nixos/trunk/release.nix     Wed Apr 27 15:47:41 2011        (r27007)
@@ -130,6 +130,7 @@
       type = "graphical";
     };
 
+    
     # Provide a tarball that can be unpacked into an SD card, and easily
     # boot that system from uboot (like for the sheevaplug).
     # The pc variant helps preparing the expression for the system tarball
@@ -139,16 +140,17 @@
     };
 
     system_tarball_fuloong2f =
-        assert builtins.currentSystem == "mips64-linux";
+      assert builtins.currentSystem == "mips64-linux";
       makeSystemTarball {
-      module = ./modules/installer/cd-dvd/system-tarball-fuloong2f.nix;
-    } { system = "mips64-linux"; };
+        module = ./modules/installer/cd-dvd/system-tarball-fuloong2f.nix;
+      } { system = "mips64-linux"; };
 
     system_tarball_sheevaplug =
-        assert builtins.currentSystem == "armv5tel-linux";
+      assert builtins.currentSystem == "armv5tel-linux";
       makeSystemTarball {
-      module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
-    } { system = "armv5tel-linux"; };
+        module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
+      } { system = "armv5tel-linux"; };
+
 
     tests = 
       let
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to