fix(report): building the wrong derivation for home-manager #28

Merged
jalil merged 1 commit from push-mmqulvvvyxuo into main 2025-07-13 15:04:45 +02:00

1 commit

Author SHA1 Message Date
6b0b78e496
fix(report): building the wrong derivation for home-manager
All checks were successful
/ report-size-pr (pull_request) Successful in 2s
/ report-download-check-pr (pull_request) Successful in 0s
/ check (treefmt) (push) Successful in 2s
/ report-size (push) Successful in 1s
/ report-download-check (push) Successful in 0s
Small typo that was breaking this script T-T:

```bash
# Wrong:
nix build --print-out-paths ".#homeConfigurations.$config.activationPackages"

# Correct:
nix build --print-out-paths ".#homeConfigurations.$config.config.home.activationPackage"
```
2025-07-13 15:03:47 +02:00