Use nix path-info
to report on artifact size #180
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nix path-info --size --closure-size --human-readable <INSTALLABLE|STORE_PATH>
returns a table:We could use this to keep track of the size of the created artifacts to see the impact of PRs like #178 and #179.
Fixed by #181