Update CI to run check with impure flag
This is needed because devenv is being used now.
This commit is contained in:
parent
cd50f1237d
commit
1353b587f6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
||||||
name: alejandr0angul0-resume
|
name: alejandr0angul0-resume
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check --impure
|
||||||
- run: nix run
|
- run: nix run
|
||||||
|
|
Loading…
Reference in a new issue