From 03d9f670ecbc165788a0ba416b6ee54c403b5034 Mon Sep 17 00:00:00 2001 From: Zhenya Vinogradov Date: Mon, 22 Mar 2021 11:26:00 +0300 Subject: CI: print full logs for `nix flake check` Without '-L' nix only prints logs on failure, and only the last 10 lines of them --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e711ae5..5bbe329 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,4 +5,4 @@ steps: - label: Check Nix flake commands: - - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check' + - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check -L' -- cgit v1.2.3