mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Merge pull request #24 from Emiller88/flake-check-action
Update README example
This commit is contained in:
commit
1402a2dd8f
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue