about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-07-10 23:51:11 +0000
committerAlyssa Ross <hi@alyssa.is>2022-07-12 07:34:20 +0000
commitc3fafea4edcfed02a37f5f9dfa36c871d1b00e8d (patch)
treeefc9bcff50bad505f308c0baca4c1fac05c247b4 /nixos/release.nix
parentdf8f580137e9120ffc60b2cc85d62fcc928c2eab (diff)
nixos: remove unused "system tarball" modules
This has all been commented in nixos/release.nix since at least 2015,
so it's not doing us any good to keep it around.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 543ab5b7d8a54..f533aebf34c17 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -318,39 +318,12 @@ in rec {
     "mkdir $out; ln -s $toplevel $out/dummy");
 
 
-  # 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
-  # in a machine faster than the sheevpalug
-  /*
-  system_tarball_pc = forAllSystems (system: makeSystemTarball {
-    module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
-    inherit system;
-  });
-  */
-
   # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ...
   containerTarball = forAllSystems (system: makeSystemTarball {
     module = ./modules/virtualisation/lxc-container.nix;
     inherit system;
   });
 
-  /*
-  system_tarball_fuloong2f =
-    assert builtins.currentSystem == "mips64-linux";
-    makeSystemTarball {
-      module = ./modules/installer/cd-dvd/system-tarball-fuloong2f.nix;
-      system = "mips64-linux";
-    };
-
-  system_tarball_sheevaplug =
-    assert builtins.currentSystem == "armv5tel-linux";
-    makeSystemTarball {
-      module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
-      system = "armv5tel-linux";
-    };
-  */
-
   tests = allTests;
 
   /* Build a bunch of typical closures so that Hydra can keep track of