1
0
Fork 0

use nix-fast-builds in CI

This commit is contained in:
ibizaman 2023-12-03 23:56:25 -08:00 committed by Pierre Penninckx
parent 0014e5c2f7
commit 66398fe159
2 changed files with 5 additions and 6 deletions

View file

@ -17,8 +17,6 @@ jobs:
name: selfhostblocks name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: | - run: |
nix flake \ nix run github:Mic92/nix-fast-build -- \
--print-build-logs \ --skip-cached --no-nom \
--option keep-going true \ --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
--show-trace \
check

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.qcow2 *.qcow2
result result
result-*