1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00
nix/doc/manual/source/development
John Ericson cafefed421 Rename to "content-address*ing* derivation"
"content-address*ed*" derivation is misleading because all derivations
are *themselves* content-addressed. What may or may not be
content-addressed is not derivation itself, but the *output* of the
derivation.

The outputs are not *part* of the derivation (for then the derivation
wouldn't be complete before we built it) but rather separate entities
produced by the derivation.

"content-adddress*ed*" is not correctly because it can only describe
what the derivation *is*, and that is not what we are trying to do.

"content-address*ing*" is correct because it describes what the
derivation *does* --- it produces content-addressed data.
2025-02-10 01:12:56 -05:00
..
building.md More debugging documentation 2025-02-03 10:08:13 -05:00
cli-guideline.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
contributing.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
cxx.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
debugging.md More debugging documentation 2025-02-03 10:08:13 -05:00
documentation.md outdated building instructions, update documentation.md 2025-01-08 09:42:26 +01:00
experimental-features.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
index.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
json-guideline.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
meson.build Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
testing.md Rename to "content-address*ing* derivation" 2025-02-10 01:12:56 -05:00