From 0365d80e2d3348bb8ad60dd0ef07474592387265 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:13:21 +0100 Subject: [PATCH] stylix: decrease verbosity level of nix-flake-check package Decrease the verbosity level of the nix-flake-check package, aligning with the behavior of the .github/workflows/check.yml workflow. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8b50695c..0bc7ca46 100644 --- a/flake.nix +++ b/flake.nix @@ -168,7 +168,7 @@ --color-failed \ --halt now,fail=1 \ --tagstring '{}' \ - 'nix build --no-update-lock-file --verbose .#{}' + 'nix build --no-update-lock-file --print-build-logs .#{}' ''; };