README: update install-nix-action

As of v15, you don't need the janky install_url or install_options stuff
anymore.
This commit is contained in:
Cole Helbling 2021-11-29 11:21:35 -08:00 committed by Cole Helbling
parent 0f6e7d684e
commit 4cc1e7b9cd
1 changed files with 1 additions and 4 deletions

View File

@ -22,12 +22,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v14 uses: cachix/install-nix-action@v16
with: with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: | extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v3 uses: DeterminateSystems/update-flake-lock@v3