1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 09:19:36 +01:00
nix/src/libstore/unix/build
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
..
child.cc Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
child.hh Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
hook-instance.cc Split ignoreException for destructors or interrupt-safe 2024-09-30 11:50:25 +02:00
hook-instance.hh Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
local-derivation-goal.cc Rename to "content-address*ing* derivation" 2025-02-10 01:12:56 -05:00
local-derivation-goal.hh Rename to "content-address*ing* derivation" 2025-02-10 01:12:56 -05:00
sandbox-defaults.sb libstore: fix port binding in __darwinAllowLocalNetworking sandbox 2024-08-08 14:31:26 -04:00
sandbox-minimal.sb Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
sandbox-network.sb Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00