diff --git a/scripts/create-report.sh b/scripts/create-report.sh index e29cf4f..795f676 100755 --- a/scripts/create-report.sh +++ b/scripts/create-report.sh @@ -44,7 +44,7 @@ pkgs_json() { for package in $packages; do log "Building $package" path=$(nix build --print-out-paths ".#$package") - log "Calculating size of $package" + log "Calculating size of $package at $path" nix path-info --closure-size --json "$path" | jq --compact-output --arg pkg "$package" '.[] | {"name": $pkg, "size": .closureSize, "narSize": .narSize}' done