3
0
Fork 0
forked from mirrors/nixpkgs

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

nix_path was removed from the update scripts in 3e63fa279f
This commit is contained in:
zowoq 2022-09-21 12:13:25 +10:00
parent 490f918fe6
commit d3270d6b32

View file

@ -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: |