From aa13f745d93327c53f263aff7d4b33ca16760fd9 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 15:34:36 +1200 Subject: Limine nix :yayayayayay-ctp: --- nix/kernel.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/kernel.nix') diff --git a/nix/kernel.nix b/nix/kernel.nix index ea87821..9d659f9 100644 --- a/nix/kernel.nix +++ b/nix/kernel.nix @@ -7,6 +7,7 @@ stdenv.mkDerivation { hash = "sha256-5WyDVt2gETamBBxu+DK9Dsmb0tNd/5eDKqXsEO0BQwQ="; }; buildInputs = linuxKernel.kernels.linux_7_0.buildInputs; + nativeBuildInputs = linuxKernel.kernels.linux_7_0.nativeBuildInputs; preConfigure = '' cp ${./linux_config} .config ''; -- cgit v1.2.3