aboutsummaryrefslogtreecommitdiff
path: root/nix/kernel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/kernel.nix')
-rw-r--r--nix/kernel.nix1
1 files changed, 1 insertions, 0 deletions
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
'';