Skip to content

Commit

Permalink
Merge pull request #25 from ajaxbits/patch-1
Browse files Browse the repository at this point in the history
Update example in README to use v3
  • Loading branch information
Hoverbear authored May 30, 2023
2 parents 129f079 + 9c5d3b3 commit 8c00b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v2
uses: DeterminateSystems/nix-installer-action@v3
- name: Run `nix build`
run: nix build .
```
Expand Down

0 comments on commit 8c00b3a

Please sign in to comment.