We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5689d7c commit b21fa98Copy full SHA for b21fa98
1 file changed
.github/workflows/maven.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Evaluate Nix expressions
22
run: |
23
nix-instantiate --expr '[ (import ./nix/github-workflow-dependencies.nix) (import ./default.nix)]' 2>&1 | grep -v '^warning: ' | tee derivations
24
+ grep -F /home $(< derivations)
25
echo 'dry build'
26
nix-store --realize --dry-run $(< derivations) 2>&1 | tee dry-build
27
echo 'to be fetched'
0 commit comments