about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-11-26 05:00:45 +0100
committeraszlig <aszlig@redmoonstudios.org>2012-11-26 05:07:01 +0100
commit54eafed24c2a11c739d75618cf2ef45cb1f7ab10 (patch)
tree46f9940292d75160c85cde0980fa4b65a53589e7 /nixpkgs
parent7b679af78d7d8a86b7b3129016d404fb62a2ecde (diff)
Move kernel source expr into nixpkgs/config.nix.
I'm just using the kernel source from mmrnmhrm, even though it's older than
dnyarri's kernel config. The reason is because I want to make sure that a
nixos-rebuild won't bring up any changes. It is rather unlikely, but I better
want to make sure it won't happen.

Afterwards, let's upgrade that old kernel, because the 3.7.0-rc7 tag was pushed
by Linus just about two hours ago.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/config.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixpkgs/config.nix b/nixpkgs/config.nix
index 27bab76c..199452b0 100644
--- a/nixpkgs/config.nix
+++ b/nixpkgs/config.nix
@@ -101,6 +101,15 @@ in {
       useSystemd = true;
     };
 
+    kernelSourceAszlig = {
+      version = "3.7.0-rc6";
+      src = pkgs.fetchgit {
+        url = /home/aszlig/linux;
+        rev = "c56dcc86b9a0a140ae0b35abb4b2ecd1b45e8bda";
+        sha256 = "1km8dgfgdcgngcdnj5jzy98zyn7mrfryygnrp2wvzk5vi53wksmx";
+      };
+    };
+
     #ffmpeg = pkgs.ffmpeg.override {
     #  x11grabSupport = true;
     #  faacSupport = true;