mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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=";
|
vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA=";
|
||||||
|
|
||||||
# For patchShebangs
|
# For patchShebangs
|
||||||
nativeBuildInputs = [ bash ];
|
buildInputs = [ bash ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./fix-shell-path.patch
|
./fix-shell-path.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue