summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-11-25 13:23:14 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-01-15 09:26:40 +0100
commitcb007e69a140eb990ba9b2856a6ca211da653d27 (patch)
tree8ed2e702d88ccd48356d44336c9fc03ca7355ece /pkgs/tools/networking
parent61f12eb907f3ec740ba648ee08ee97e908773ec2 (diff)
downloadnixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar.gz
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar.bz2
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar.lz
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar.xz
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.tar.zst
nixpkgs-cb007e69a140eb990ba9b2856a6ca211da653d27.zip
stdenv: make symlinks that refer to the same output relative
While looking at the graph of all the outputs in my personal binary
cache it became obvious that we have a lot of self references within the
package set. That isn't an isuse by itself. However it increases the
size of the binary cache for every (reproducible) build of a package
that carries references to itself. You can no longer deduplicate the
outputs since they are all unique. One of the ways to get rid of (a few)
references is to rewrite all the symlinks that are currently used to be
relative symlinks. Two build of something that didn't really change but
carries a self-reference can the be store as the same NAR file again.

I quickly hacked together this change to see if that would yield and
success. My bash scripting skills are probably not great but so far it
seem to somewhat work.
Diffstat (limited to 'pkgs/tools/networking')
0 files changed, 0 insertions, 0 deletions