diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index f875b96..29a40cc 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -40,3 +40,6 @@ jobs: run: | echo Building the project and its devShell nix build --log-lines 500 --show-trace + + echo Build the recursive output + nix build .#recursive.allDerivations --accept-flake-config --log-lines 500 --show-trace