Skip to content

Commit

Permalink
Merge pull request #24 from Emiller88/flake-check-action
Browse files Browse the repository at this point in the history
Update README example
  • Loading branch information
grahamc committed Dec 5, 2023
2 parents a04e627 + 085dd75 commit 1402a2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build .
```
That's it.
Expand Down

0 comments on commit 1402a2d

Please sign in to comment.