Files
lix/src/libstore/settings/substituters.md
T
Alois Wohlschlager 2e0c1a5ea9 treewide: generate global settings from data
Change-Id: If048b73a55d42522827eb9c140a066ba061e957c
2024-11-09 16:17:14 +01:00

1.0 KiB

name, internalName, type, default, aliases
name internalName type default aliases
substituters substituters Strings
https://cache.nixos.org/
binary-caches

A list of URLs of Nix stores to be used as substituters, separated by whitespace. A substituter is an additional store from which Lix can obtain store objects instead of building them.

Substituters are tried based on their priority value, which each substituter can set independently. Lower value means higher priority. The default is https://cache.nixos.org, which has a priority of 40.

At least one of the following conditions must be met for Lix to use a substituter:

In addition, each store path should be trusted as described in trusted-public-keys