docker: fix cross compilation by using the stdenv shell

This commit is contained in:
Tristan Ross
2025-05-11 08:49:42 +02:00
committed by Bjørn Forsman
parent 0be0e2cf21
commit 1091cfee32
@@ -86,7 +86,7 @@ rec {
};
preBuild = ''
substituteInPlace Makefile --replace-warn "/bin/bash" "${lib.getExe bash}"
substituteInPlace Makefile --replace-warn "/bin/bash" "${stdenv.shell}"
'';
# docker/runc already include these patches / are not applicable