Merge pull request #24 from Emiller88/flake-check-action

Update README example
This commit is contained in:
Graham Christensen 2023-12-04 19:04:54 -05:00 committed by GitHub
commit 1402a2dd8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,9 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-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. That's it.