Skip to content

Commit ef317f4

Browse files
committed
Fix README example
1 parent 388c30d commit ef317f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v2
3535
- name: Install Nix
36-
uses: cachix/install-nix-action@v14
37-
with:
38-
install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
39-
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
40-
extra_nix_config: |
41-
experimental-features = nix-command flakes
42-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
36+
uses: DeterminateSystems/nix-installer-action@v1
4337
- name: Update flake.lock
4438
uses: some-name/update-flake-lock@some-branch
4539
```

0 commit comments

Comments
 (0)