|
|
|
|
|
by jbboehr
870 days ago
|
|
I got it down to about 33M, gzipped with musl (completely untested, of course)[0]. Most of it seems to be from git: $ nix path-info --closure-size --human-readable nixpkgs#legacyPackages.x86_64-linux.gitMinimal /nix/store/f7b2yl226nbikiv6sbdhmaxg2452c8h5-git-minimal-2.42.0 112.9M $ nix path-info --closure-size --human-readable nixpkgs#legacyPackages.x86_64-linux.pkgsMusl.gitMinimal /nix/store/25807yw3143a94dpr3a3rffya7vg5r24-git-minimal-2.42.0 73.5M Apparently "gitMinimal" is not all that minimal: $ ls /nix/store/25807yw3143a94dpr3a3rffya7vg5r24-git-minimal-2.42.0/libexec/git-core/ | wc -l 172 [0]: https://gist.github.com/jbboehr/3a5d0dd52a0c1139ce88b76ab82a... |
|