···176 # boot that system from uboot (like for the sheevaplug).
177 # The pc variant helps preparing the expression for the system tarball
178 # in a machine faster than the sheevpalug
0179 system_tarball_pc = forAllSystems (system: makeSystemTarball {
180 module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
181 inherit system;
182 });
0183184 # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ...
185 containerTarball = forAllSystems (system: makeSystemTarball {
···176 # boot that system from uboot (like for the sheevaplug).
177 # The pc variant helps preparing the expression for the system tarball
178 # in a machine faster than the sheevpalug
179+ /*
180 system_tarball_pc = forAllSystems (system: makeSystemTarball {
181 module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
182 inherit system;
183 });
184+ */
185186 # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ...
187 containerTarball = forAllSystems (system: makeSystemTarball {
-1
pkgs/top-level/release-cross.nix
···16 #xorgserver.crossDrv = nativePlatforms;
17 };
18 nixUnstable.crossDrv = nativePlatforms;
19- linuxPackages_3_4.kernel.crossDrv = linux;
20 };
2122 /* Basic list of packages to be natively built,
···16 #xorgserver.crossDrv = nativePlatforms;
17 };
18 nixUnstable.crossDrv = nativePlatforms;
019 };
2021 /* Basic list of packages to be natively built,