Merge pull request #5990 from lincolnauster/flakes-nixconfig-docs

flakes: document nixConfig option
This commit is contained in:
Eelco Dolstra 2022-01-31 10:21:15 +01:00 committed by GitHub
commit cc730bd46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,6 +292,12 @@ The following attributes are supported in `flake.nix`:
value (e.g. `packages.x86_64-linux` must be an attribute set of
derivations built for the `x86_64-linux` platform).
* `nixConfig`: a set of `nix.conf` options to be set when evaluating any
part of a flake. In the interests of security, only a small set of
whitelisted options (currently `bash-prompt`, `bash-prompt-suffix`,
and `flake-registry`) are allowed to be set without confirmation so long as
`accept-flake-config` is not set in the global configuration.
## Flake inputs
The attribute `inputs` specifies the dependencies of a flake, as an