Update README example

This commit is contained in:
Edmund Miller 2023-08-31 09:05:41 -05:00
parent 749fc5bbc9
commit 085dd75f90
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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.