Update CI to run check with impure flag

This is needed because devenv is being used now.
This commit is contained in:
Alejandro Angulo 2024-04-27 22:34:50 -07:00
parent cd50f1237d
commit 1353b587f6
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

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