Skip to content

Commit

Permalink
feat(gha/nix): enable logging on nix flake check command
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jan 18, 2024
1 parent b173212 commit 0167cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
nix flake update --update-input $input
done
- name: Build and test
run: nix flake check
run: nix flake check -L
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build and test
run: nix flake check
run: nix flake check -L

0 comments on commit 0167cba

Please sign in to comment.