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"; type = "app";
program = let program = let
checkHost = host: '' 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}=$? RC_${host}=$?
''; '';
in builtins.toString (pkgs.writeShellScript in builtins.toString (pkgs.writeShellScript