From fcb7f402230030382b319619a57e512218b317f7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Nov 2012 03:06:53 +0100 Subject: 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 --- machines/dnyarri.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'machines') 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"; -- cgit 1.4.1