Finally added sane way to add mutiple kernel options without hacking all-packages.nix..

svn path=/nixpkgs/trunk/; revision=9378
This commit is contained in:
Michael Raskin 2007-09-27 19:12:52 +00:00
parent aae986fcf9
commit 2c2a03a2b8

View file

@ -2804,6 +2804,13 @@ rec {
extraConfig = "# CONFIG_IRQBALANCE is not set\n";
}
] else [])
++
[{
name = "External-config";
patch = ../lib/empty.file;
extraConfig =( getConfig ["kernel" "addConfig"] "");
}]
;
};