From 8feae8391beb012e07202b029c861a176626f9fe Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 14:44:33 +1200 Subject: Oopsies, those dont go in buildInputs --- nix/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/kernel.nix b/nix/kernel.nix index 1083c8e..4ccd00d 100644 --- a/nix/kernel.nix +++ b/nix/kernel.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { url = "https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.11.tar.xz"; hash = "sha256-5WyDVt2gETamBBxu+DK9Dsmb0tNd/5eDKqXsEO0BQwQ="; }; - buildInputs = [ stdenv fetchurl flex bison ncurses elfutils bc cpio rsync gmp libmpc mpfr zlib python3 gnutar gzip patch xz which gcc ]; + buildInputs = [ flex bison ncurses elfutils bc cpio rsync gmp libmpc mpfr zlib python3 gnutar gzip patch xz which gcc ]; preConfigure = '' cp ${./linux_config} .config ''; -- cgit v1.2.3