mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Merge pull request #8047 from lovesegfault/always-allow-substitutes
feat: add always-allow-substitutes
This commit is contained in:
commit
da2b59a088
3 changed files with 12 additions and 1 deletions
|
@ -270,6 +270,9 @@ Derivations can declare some infrequently used optional attributes.
|
|||
useful for very trivial derivations (such as `writeText` in Nixpkgs)
|
||||
that are cheaper to build than to substitute from a binary cache.
|
||||
|
||||
You may disable the effects of this attibute by enabling the
|
||||
`always-allow-substitutes` configuration option in Nix.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> You need to have a builder configured which satisfies the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue