Skip to content

Commit

Permalink
Accept flake's extra substituters
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Sep 16, 2024
1 parent ba09e9c commit 52742b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# an output file. Everything else is just capturing the error code
# while still printing the logs
set +e
nix flake check --print-build-logs > logs 2>&1
nix flake check --accept-flake-config --print-build-logs > logs 2>&1
errcode=$?
cat logs
exit $errcode
Expand Down

0 comments on commit 52742b0

Please sign in to comment.