Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Disable system_tarball_pc and fix eval

It refers to a kernel version that no longer exists.

(cherry picked from commit e4b9624ca89617005cb082e2a8301695759e1b19)

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