Use nix path-info to report on artifact size #180

Closed
opened 2024-12-14 23:27:06 +01:00 by jalil · 1 comment
Owner

nix path-info --size --closure-size --human-readable <INSTALLABLE|STORE_PATH> returns a table:

Nix Store Path NAR Size Closure Size
/nix/store/vsqq8s8kjp9y343q597hjwajvmfr23zj-nixos-system-leo-24.11.20241205.4dc2fc4 159.0K 2.7G

We could use this to keep track of the size of the created artifacts to see the impact of PRs like #178 and #179.

`nix path-info --size --closure-size --human-readable <INSTALLABLE|STORE_PATH>` returns a table: | Nix Store Path | NAR Size | Closure Size | |----------------------|---------------|-------------------| | /nix/store/vsqq8s8kjp9y343q597hjwajvmfr23zj-nixos-system-leo-24.11.20241205.4dc2fc4 | 159.0K | 2.7G | We could use this to keep track of the size of the created artifacts to see the impact of PRs like #178 and #179.
jalil self-assigned this 2024-12-14 23:27:06 +01:00
Author
Owner

Fixed by #181

Fixed by #181
jalil closed this issue 2024-12-15 14:02:22 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jalil/configuration.nix#180
No description provided.