summaryrefslogtreecommitdiffstats
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-15 14:18:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-22 12:27:15 +0200
commit4232f5d219527fddee96f69ff94af0a8bde703ba (patch)
tree4564a15c94374a37a907d985ed0c248fcbe35a84 /nixos/release.nix
parent5d02c02a9bfd6912e4e0f700b1b35e76d1d6bd3f (diff)
Disable system_tarball_pc and fix eval
It refers to a kernel version that no longer exists. (cherry picked from commit e4b9624ca89617005cb082e2a8301695759e1b19)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index cf0a00dd2540..05023868fa1b 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -176,10 +176,12 @@ in rec {
# 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 {