Skip to content

Commit b21fa98

Browse files
committed
debug
1 parent 5689d7c commit b21fa98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Evaluate Nix expressions
2222
run: |
2323
nix-instantiate --expr '[ (import ./nix/github-workflow-dependencies.nix) (import ./default.nix)]' 2>&1 | grep -v '^warning: ' | tee derivations
24+
grep -F /home $(< derivations)
2425
echo 'dry build'
2526
nix-store --realize --dry-run $(< derivations) 2>&1 | tee dry-build
2627
echo 'to be fetched'

0 commit comments

Comments
 (0)