mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
get rid of GC roots. Nix-build places a symlink `result' in the current directory. Previously, removing that symlink would not remove the store path being linked to as a GC root. Now, the GC root created by nix-build is actually a symlink in `/nix/var/nix/gcroots/auto' to `result'. So if that symlink is removed the GC root automatically becomes invalid (since it can no longer be resolved). The root itself is not automatically removed - the garbage collector should delete dangling roots. |
||
|---|---|---|
| .. | ||
| download-using-manifests.pl.in | ||
| generate-patches.pl.in | ||
| Makefile.am | ||
| nix-build.in | ||
| nix-channel.in | ||
| nix-collect-garbage.in | ||
| nix-install-package.in | ||
| nix-prefetch-url.in | ||
| nix-profile.sh.in | ||
| nix-pull.in | ||
| nix-push.in | ||
| optimise-store.pl | ||
| prebuilts.conf | ||
| readmanifest.pm.in | ||
| remove-patches.pl | ||
| update-manifest.pl | ||