Ca-derivations: Difference between revisions
→Using CA derivations: It is very different and needs to be opt-in, certainly at the Nix level, probably also at the Nixpkgs level |
The NGI0 Cache doesn't exist since at least summer of 2024 |
||
Line 29: | Line 29: | ||
It is also possible to mark all the derivations as content-addressed by default, by passing <code>config.contentAddressedByDefault = true</code> as argument to nixpkgs. | It is also possible to mark all the derivations as content-addressed by default, by passing <code>config.contentAddressedByDefault = true</code> as argument to nixpkgs. | ||
== Ensuring that a derivation is properly content-addressed == | == Ensuring that a derivation is properly content-addressed == | ||