We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388c30d commit ef317f4Copy full SHA for ef317f4
README.md
@@ -33,13 +33,7 @@ jobs:
33
- name: Checkout repository
34
uses: actions/checkout@v2
35
- 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 }}
+ uses: DeterminateSystems/nix-installer-action@v1
43
- name: Update flake.lock
44
uses: some-name/update-flake-lock@some-branch
45
```
0 commit comments