nix-flake-outputs-size/scripts
Jalil David Salamé Messina 6b0b78e496
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
fix(report): building the wrong derivation for home-manager
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
..
comment_on_pr.sh refactor: move scripts to scripts folder 2025-07-10 21:24:02 +02:00
create-report.sh fix(report): building the wrong derivation for home-manager 2025-07-13 15:03:47 +02:00
retrieve-old-report.sh ci: test both push and pull_request events 2025-07-11 19:25:00 +02:00
run.sh refactor: try to condense the action in fewer steps 2025-07-11 19:03:55 +02:00
utils.sh refactor: try to condense the action in fewer steps 2025-07-11 19:03:55 +02:00