From 3fda171f9676f35f4bf62a52461d70f9da739537 Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Thu, 12 Dec 2019 06:48:57 +0100 Subject: [PATCH] Update rfcs/0017-intensional-store.md Co-Authored-By: Benjamin Staffin --- rfcs/0017-intensional-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0017-intensional-store.md b/rfcs/0017-intensional-store.md index a63727e..d5bf3f6 100644 --- a/rfcs/0017-intensional-store.md +++ b/rfcs/0017-intensional-store.md @@ -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