Skip to content

Commit 2e8135f

Browse files
committed
Build recursive.allDerivations in CI
1 parent 802e3ad commit 2e8135f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
run: |
4141
echo Building the project and its devShell
4242
nix build --log-lines 500 --show-trace
43+
44+
echo Build the recursive output
45+
nix build .#recursive.allDerivations --accept-flake-config --log-lines 500 --show-trace

0 commit comments

Comments
 (0)