* Move config-blocks.nix to zen-kernel where it's used.

svn path=/nixpkgs/trunk/; revision=23721
This commit is contained in:
Eelco Dolstra 2010-09-10 14:07:22 +00:00
parent 9ff5c12798
commit ead1b8bc5c
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ args @ {stdenv, fetchurl, xz, runCommand, userModeLinux ? false, extraConfig ? "
...}:
let
conf = import ../kernel/config-blocks.nix;
conf = import ./config-blocks.nix;
in

View file

@ -4,7 +4,7 @@ args @ {stdenv, fetchurl, xz, runCommand, userModeLinux ? false, extraConfig ? "
...}:
let
conf = import ../kernel/config-blocks.nix;
conf = import ./config-blocks.nix;
baseKernelVersion = "2.6.33";
ZenSuffix = "zen1";