From bf1ba9ca31d559c8b44d5f70389e094bcead7d08 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Apr 2011 15:47:41 +0000 Subject: [PATCH] * Fix indentation. svn path=/nixos/trunk/; revision=27007 --- release.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/release.nix b/release.nix index 7681cda16ec..d32ad5cb000 100644 --- a/release.nix +++ b/release.nix @@ -130,6 +130,7 @@ let 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 @@ let }; 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