about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-11-26 03:06:53 +0100
committeraszlig <aszlig@redmoonstudios.org>2012-11-26 03:06:53 +0100
commitfcb7f402230030382b319619a57e512218b317f7 (patch)
tree9cccd625cba6e4b61cc9d75f0c04c0dd74e4af3e /machines
parentc23a2294dad1e83df74e6f2a591008e3bd15fdb7 (diff)
machines/dnyarri: Fix import of kernel config.
Now all kernel configuration files should point to a consistent location
(/home/aszlig/linux/.config). While I'm still not happy how the kernel
configuration stuff is handled right now, this at least consolidates the issue a
bit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/dnyarri.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index aab27167..9a1f488f 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -54,7 +54,13 @@
         sha256 = "0zy6p14qjnk3dl3hy725m9mlavdklq2zjk64jk75ajmfygbz2q56";
       };
       configfile = pkgs.substituteAll {
-        src = ./kernel.config;
+        name = "aszlig-with-firmware.kconf";
+
+        src = pkgs.fetchurl {
+          name = "aszlig.kconf";
+          url = "file:///home/aszlig/linux/.config";
+          md5 = "318762752f2831d26a315d040437f42a";
+        };
 
         builtin_firmware = pkgs.stdenv.mkDerivation {
           name = "builtin-firmware";