System Gen107 @ 2025-10-19-14:10:22 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-10-19 14:10:22 +02:00
parent 4397a97111
commit 58eaa374ac

View File

@ -86,9 +86,10 @@
${pkgs.git}/bin/git switch "$branch_current"
fi
nix store 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_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
popd
'';