From 55ad5dcc014f9d671705b8428e2e2ef456d7bc0c Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 18 Oct 2023 06:00:07 +0000 Subject: [PATCH] flake: check.host-configs: be more verbose --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7aecba55..9bdf0ec3 100644 --- a/flake.nix +++ b/flake.nix @@ -419,7 +419,7 @@ type = "app"; program = let checkHost = host: '' - nix build '.#nixosConfigurations.${host}.config.system.build.toplevel' --out-link ./result-${host} -j2 $@ + nix build -v '.#nixosConfigurations.${host}.config.system.build.toplevel' --out-link ./result-${host} -j2 $@ RC_${host}=$? ''; in builtins.toString (pkgs.writeShellScript