Skip to content

Commit

Permalink
justfile: print build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed May 30, 2024
1 parent 299e924 commit 1477e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Run an individual check
check x:
nix build ./.#checks.$(nix eval --impure --expr "builtins.currentSystem").{{x}} --no-link --print-out-paths
nix build ./.#checks.$(nix eval --impure --expr "builtins.currentSystem").{{x}} --no-link --print-out-paths --print-build-logs

0 comments on commit 1477e47

Please sign in to comment.