diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:30:34 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:37:03 +0100 |
commit | aeb803de9ad3cd449f7dc85588430ed5b21503eb (patch) | |
tree | 2c53d43da21c63a2dbad98bd9691e89abba91f3d /doc | |
parent | 6897e238bd0c730af224b928ec8746781df67ad2 (diff) |
Merge pull request #8047 from lovesegfault/always-allow-substitutes
feat: add always-allow-substitutes
(cherry picked from commit da2b59a08878b3c6c7074595e3b6d26b6928b4c1)
Change-Id: I50481cd8fe643c673c610fec28bad84519a4d650
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/advanced-attributes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/language/advanced-attributes.md b/doc/manual/src/language/advanced-attributes.md index 5e8aaeba0..4907f7457 100644 --- a/doc/manual/src/language/advanced-attributes.md +++ b/doc/manual/src/language/advanced-attributes.md @@ -261,6 +261,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 |