mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache.
(cherry picked from commit f26dd73367)
This commit is contained in:
committed by
github-actions[bot]
parent
595c22cce5
commit
aa80667f81
@@ -22,7 +22,7 @@ buildGoModule rec {
|
||||
vendorHash = "sha256-1MwHss76apA9KoFhEU6lYiUACrPMGYzjhds6nTyNuJI=";
|
||||
|
||||
# For patchShebangs
|
||||
nativeBuildInputs = [ bash ];
|
||||
buildInputs = [ bash ];
|
||||
|
||||
patches = [
|
||||
./fix-shell-path.patch
|
||||
|
||||
Reference in New Issue
Block a user