gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache.

This commit is contained in:
commiterate 2025-05-20 11:48:43 -04:00
parent eed414caf1
commit f26dd73367

View file

@ -22,7 +22,7 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA=";
# For patchShebangs
nativeBuildInputs = [ bash ];
buildInputs = [ bash ];
patches = [
./fix-shell-path.patch