diff --git a/.helm-repositories.yaml b/helm-repositories.yaml similarity index 100% rename from .helm-repositories.yaml rename to helm-repositories.yaml diff --git a/shell.nix b/shell.nix index 0d6c9d6d7..32e8f5d4f 100644 --- a/shell.nix +++ b/shell.nix @@ -58,7 +58,7 @@ pkgs.mkShell { # Avoids issues with delve CGO_CPPFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"; - HELM_REPOSITORY_CONFIG=./.helm-repositories.yaml; + HELM_REPOSITORY_CONFIG=./helm-repositories.yaml; postShellHook = '' go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest helm repo update