flake: check.host-configs: be more verbose

This commit is contained in:
Colin 2023-10-18 06:00:07 +00:00
parent 90b1215a89
commit 55ad5dcc01

View File

@ -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