mirror of
https://github.com/NixOS/rfcs.git
synced 2025-11-14 22:42:50 +01:00
Update rfcs/0017-intensional-store.md
Co-Authored-By: Benjamin Staffin <benley@gmail.com>
This commit is contained in:
parent
ee3ed3a1b9
commit
3fda171f96
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ When garbage collecting, the Nix store should also remove `$out` references (be
|
|||
* However, this makes it hard to find out what derivation a certain `$cas` is
|
||||
* Furthermore, different inputs with the same contents are very unlikely, and there is no reduction in builds that need to be done.
|
||||
|
||||
Finally, `nix-store` supports hardlinking duplicate files, so the above optimizations are useless.
|
||||
Finally, `nix-store` supports hardlinking duplicate files, so the above optimizations are superfluous.
|
||||
|
||||
# Drawbacks
|
||||
[drawbacks]: #drawbacks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue