Commit graph

2 commits

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
9364b5d352
refactor: move scripts to scripts folder
All checks were successful
/ check (treefmt) (push) Successful in 2s
/ report-size (push) Successful in 1s
/ report-download-check (push) Successful in 0s
This is a bit tidier.
2025-07-10 21:24:02 +02:00