Merge pull request #332180 from K900/kernel-logspam

linuxManualConfig: remove "$src is not a directory" logspam
This commit is contained in:
Maximilian Bosch
2024-08-04 10:08:22 +00:00
committed by GitHub
@@ -207,6 +207,10 @@ let
for i in $(find arch -name install.sh); do
patchShebangs "$i"
done
# unset $src because the build system tries to use it and spams a bunch of warnings
# see: https://github.com/torvalds/linux/commit/b1992c3772e69a6fd0e3fc81cd4d2820c8b6eca0
unset src
'';
configurePhase = ''