···176176 # boot that system from uboot (like for the sheevaplug).
177177 # The pc variant helps preparing the expression for the system tarball
178178 # in a machine faster than the sheevpalug
179179+ /*
179180 system_tarball_pc = forAllSystems (system: makeSystemTarball {
180181 module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
181182 inherit system;
182183 });
184184+ */
183185184186 # Provide container tarball for lxc, libvirt-lxc, docker-lxc, ...
185187 containerTarball = forAllSystems (system: makeSystemTarball {
-1
pkgs/top-level/release-cross.nix
···1616 #xorgserver.crossDrv = nativePlatforms;
1717 };
1818 nixUnstable.crossDrv = nativePlatforms;
1919- linuxPackages_3_4.kernel.crossDrv = linux;
2019 };
21202221 /* Basic list of packages to be natively built,