aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake.md
diff options
context:
space:
mode:
authorJimmy Reichley <jimmyqpublik@gmail.com>2022-05-10 16:55:25 -0400
committerJimmy Reichley <jimmyqpublik@gmail.com>2022-05-10 16:55:25 -0400
commit584475acf9f4b8eda2a451901f6f9af35ae976e0 (patch)
treeedcc25a9d5cb3b293535e15b2f8962f5c237a363 /src/nix/flake.md
parent2998527b185a41157be6ead42fd03a66601c4f56 (diff)
Add documentation for bash-prompt-prefix
Diffstat (limited to 'src/nix/flake.md')
-rw-r--r--src/nix/flake.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md
index c8251eb74..aa3f9f303 100644
--- a/src/nix/flake.md
+++ b/src/nix/flake.md
@@ -331,9 +331,10 @@ 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`, `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.
+ whitelisted options (currently `bash-prompt`, `bash-prompt-prefix`,
+ `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