diff options
author | lincoln auster <lincolnauster@gmail.com> | 2022-01-25 14:55:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 14:55:49 -0700 |
commit | c746a429db0e48e60362b6ea45b5d01551ba46d6 (patch) | |
tree | 0dee9efaef74cfee56d00024248ea4379a7bfaa6 /src/nix | |
parent | 203ef26974d5edf9e67bce6153407414be42cf91 (diff) |
fix typo
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/flake.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md index db6e20d4f..accddd436 100644 --- a/src/nix/flake.md +++ b/src/nix/flake.md @@ -294,7 +294,7 @@ The following attributes are supported in `flake.nix`: * `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`, `brash-prompt-suffix`, + 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. |