fix(report): building the wrong derivation for home-manager #28
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pkgs_json() {
|
|||
hm_configs_json() {
|
||||
for config in $hmConfigs; do
|
||||
log "Building $config"
|
||||
path=$(nix build --print-out-paths ".#homeConfigurations.$config.activationPackages")
|
||||
path=$(nix build --print-out-paths ".#homeConfigurations.$config.config.home.activationPackage")
|
||||
closure_size "$config" "$path"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue