Skip to content

Commit

Permalink
Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 31, 2023
1 parent 749fc5b commit 085dd75
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 085dd75

Please sign in to comment.