diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-13 14:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 14:06:07 +0200 |
commit | bf89cd95a4af35ab15f7fad3186c8f6190f87c84 (patch) | |
tree | e2d57c36ad0b53d6fa359b8b4c2dc81233740c39 /src/nix/flake.md | |
parent | d354fc30b9768ea3dc737a88b57bf5e26d98135b (diff) | |
parent | 584475acf9f4b8eda2a451901f6f9af35ae976e0 (diff) |
Merge pull request #6525 from J-Swift/feature/bash-prefix
Add `bash-prompt-prefix` option
Diffstat (limited to 'src/nix/flake.md')
-rw-r--r-- | src/nix/flake.md | 7 |
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 |