Commit d3270d6b authored by zowoq's avatar zowoq
Browse files

.github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for nix-shell

nix_path was removed from the update scripts in 3e63fa27
parent 490f918f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ jobs:
    steps:
      - uses: actions/checkout@v3
      - uses: cachix/install-nix-action@v17
        with:
          nix_path: nixpkgs=channel:nixpkgs-unstable
      - name: setup
        id: setup
        run: |