mirror of
https://github.com/NixOS/nix.git
synced 2025-11-23 02:39:37 +01:00
"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. |
||
|---|---|---|
| .. | ||
| build-cache.sh | ||
| build-dry.sh | ||
| build-with-garbage-path.sh | ||
| build.sh | ||
| common.sh | ||
| concurrent-builds.sh | ||
| config.nix | ||
| config.nix.in | ||
| content-addressed.nix | ||
| derivation-json.sh | ||
| duplicate-realisation-in-closure.sh | ||
| eval-store.sh | ||
| flake.nix | ||
| gc.sh | ||
| import-from-derivation.sh | ||
| meson.build | ||
| new-build-cmd.sh | ||
| nix-copy.sh | ||
| nix-run.sh | ||
| nix-shell.sh | ||
| nondeterministic.nix | ||
| post-hook.sh | ||
| racy.nix | ||
| recursive.sh | ||
| repl.sh | ||
| selfref-gc.sh | ||
| signatures.sh | ||
| substitute.sh | ||
| why-depends.sh | ||