mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache.
This commit is contained in:
parent
eed414caf1
commit
f26dd73367
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ buildGoModule (finalAttrs: {
|
|||
vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA=";
|
||||
|
||||
# For patchShebangs
|
||||
nativeBuildInputs = [ bash ];
|
||||
buildInputs = [ bash ];
|
||||
|
||||
patches = [
|
||||
./fix-shell-path.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue