Unverified Commit dbd9fc2f authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #332180 from K900/kernel-logspam

linuxManualConfig: remove "$src is not a directory" logspam
parents 867b53a9 959058c2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = ''