System Gen108 @ 2025-10-19-14:15:06 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-10-19 14:15:07 +02:00
parent 58eaa374ac
commit f16cf36b1e

View File

@ -89,7 +89,7 @@
nix store --log-format internal-json -v diff-closures \ nix store --log-format internal-json -v diff-closures \
'.?ref='"$branch_current"'#nixosConfigurations.'"$(${pkgs.hostname}/bin/hostname)"'.config.system.build.toplevel' \ '.?ref='"$branch_current"'#nixosConfigurations.'"$(${pkgs.hostname}/bin/hostname)"'.config.system.build.toplevel' \
'.?ref='"$branch_staging"'#nixosConfigurations.'"$(${pkgs.hostname}/bin/hostname)"'.config.system.build.toplevel' \ '.?ref='"$branch_staging"'#nixosConfigurations.'"$(${pkgs.hostname}/bin/hostname)"'.config.system.build.toplevel' \
|& ${pkgs.nom}/bin/nom --json |& ${pkgs.nix-output-monitor}/bin/nom --json
popd popd
''; '';