Merge pull request #25 from ajaxbits/patch-1

Update example in README to use v3
This commit is contained in:
Ana Hobden 2023-05-30 09:50:55 -07:00 committed by GitHub
commit 8c00b3afd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v2 uses: DeterminateSystems/nix-installer-action@v3
- name: Run `nix build` - name: Run `nix build`
run: nix build . run: nix build .
``` ```