From 2e8135f66926bf04e0dfa4d3abb3485ce5639e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Bayramo=C4=9Flu?= Date: Tue, 14 Nov 2023 11:38:50 +0100 Subject: [PATCH] Build recursive.allDerivations in CI --- .github/workflows/nix.yml | 3 +++ 1 file changed, 3 insertions(+) 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