gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache. (#409109)

authored by Leona Maroni and committed by GitHub c78448ac f63fe4ce

+1 -1
+1 -1
pkgs/by-name/gi/gitlab-runner/package.nix
··· 22 vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA="; 23 24 # For patchShebangs 25 - nativeBuildInputs = [ bash ]; 26 27 patches = [ 28 ./fix-shell-path.patch
··· 22 vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA="; 23 24 # For patchShebangs 25 + buildInputs = [ bash ]; 26 27 patches = [ 28 ./fix-shell-path.patch