From 0c8fc923b7307099c3f58cdc31b0dea2b9775f16 Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 11 Feb 2023 12:10:15 +0100 Subject: [PATCH] Improve laminar output --- nixos/roles/laminar/test-config.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/roles/laminar/test-config.hs b/nixos/roles/laminar/test-config.hs index a99cc87d..db80fd94 100644 --- a/nixos/roles/laminar/test-config.hs +++ b/nixos/roles/laminar/test-config.hs @@ -31,6 +31,7 @@ main = do branch <- process <$> lookupEnv "BRANCH" git "clone" repo "." git "checkout" (toString branch) + git "show" "-q" say "Running checks" builders <- builders_configurator |> captureTrim nix "flake" "check" "--builders" ([i|@#{builders}|] :: String) "--accept-flake-config"