Skip to content

Commit

Permalink
remove install url from install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jvierling committed Dec 5, 2023
1 parent e0f8b0e commit b9a3bbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v20
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: experimental-features = nix-command flakes
- uses: cachix/cachix-action@v8
with:
Expand All @@ -49,7 +48,6 @@ jobs:
- uses: actions/checkout@v2.3.2
- uses: cachix/install-nix-action@v20
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: experimental-features = nix-command flakes
- uses: cachix/cachix-action@v8
with:
Expand Down

0 comments on commit b9a3bbc

Please sign in to comment.