1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/packaging
Sergei Zimmerman f3090ef703
packaging/dependencies: Use boost without enableIcu
This reduces the closure size on master by 40MiB.

```
$ nix build github:nixos/nix/1e822bd4149a8bce1da81ee2ad9404986b07914c#nix-store --out-link closure-on-master
$ nix build .#nix-store -L --out-link closure-without-icu
$ nix path-info --closure-size -h ./closure-on-master
/nix/store/8gwr38m5h6p7245ji9jv28a2a11w1isx-nix-store-2.29.0pre  124.4 MiB
$ nix path-info --closure-size -h ./closure-without-icu
/nix/store/k0gwfykjqpnmaqbwh23nk55lhanc9g24-nix-store-2.29.0pre   86.6 MiB
```
2025-05-13 08:47:24 +00:00
..
installer Format .nix files 2025-01-24 17:04:02 +01:00
patches libgit2: Add libgit2-packbuilder-callback-interruptible.patch 2024-08-28 17:49:22 +02:00
binary-tarball.nix Format .nix files 2025-01-24 17:04:02 +01:00
components.nix nix-fetchers-c: Init with settings object 2025-04-02 18:29:42 +02:00
dependencies.nix packaging/dependencies: Use boost without enableIcu 2025-05-13 08:47:24 +00:00
dev-shell.nix Fix pkgs.nixVersions and installTests 2025-04-20 22:20:52 +02:00
everything.nix nix-fetchers-c: Init with settings object 2025-04-02 18:29:42 +02:00
hydra.nix Fix pkgs.nixVersions and installTests 2025-04-20 22:20:52 +02:00