We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802e3ad commit 2e8135fCopy full SHA for 2e8135f
.github/workflows/nix.yml
@@ -40,3 +40,6 @@ jobs:
40
run: |
41
echo Building the project and its devShell
42
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