nixpkgs/pkgs/tools/networking/kea
Sergei Trofimovich 48368e5923 kea: mangle store paths in config.report
Before the change closure size is:

    $ nix path-info -rsSh $(nix-build --no-link -A kea) | nl | unnix | tail -n 1
       131  /<<NIX>>/kea-2.4.0 32.0M  405.6M

After the change:

    $ nix path-info -rsSh $(nix-build --no-link -A kea) | nl | unnix | tail -n 1
        37  /<<NIX>>/kea-2.4.0 32.0M  246.3M
2023-09-26 15:50:02 +01:00
..
default.nix kea: mangle store paths in config.report 2023-09-26 15:50:02 +01:00
dont-create-var.patch