|
138da40caf
|
fix(report): use nix eval to list the components
/ report-size-pr (pull_request) Failing after 2s
/ report-download-check-pr (pull_request) Has been skipped
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Successful in 2s
/ report-download-check (push) Failing after 0s
This is less error prone than parsing the information from `nix flake
show`.
|
2025-07-13 18:41:59 +02:00 |
|
|
6b0b78e496
|
fix(report): building the wrong derivation for home-manager
/ 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
/ 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 |
|