Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 060b8a5

Browse files
authored
nix: add docker-credential-helpers package (#60369)
1 parent c0d82e0 commit 060b8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ mkShell.override { stdenv = if hostPlatform.isMacOS then pkgs.clang11Stdenv else
137137
# Some of the bazel actions require some tools assumed to be in the PATH defined by the "strict action env" that we enable
138138
# through --incompatible_strict_action_env. We can poke a custom PATH through with --action_env=PATH=$BAZEL_ACTION_PATH.
139139
# See https://sourcegraph.com/github.com/bazelbuild/bazel@6.1.2/-/blob/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java?L532-547
140-
BAZEL_ACTION_PATH = with pkgs; lib.makeBinPath [ bashInteractive stdenv.cc coreutils unzip zip curl gzip gnutar gnugrep gnused git patch openssh findutils perl python39 which postgresql_13 ];
140+
BAZEL_ACTION_PATH = with pkgs; lib.makeBinPath [ bashInteractive stdenv.cc coreutils unzip zip curl gzip gnutar gnugrep gnused git patch openssh findutils perl python39 which postgresql_13 docker-credential-helpers ];
141141

142142
# bazel complains when the bazel version differs even by a patch version to whats defined in .bazelversion,
143143
# so we tell it to h*ck off here.

0 commit comments

Comments
 (0)