mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Allow setting bash-prompt-prefix nix develop configuration
This commit is contained in:
parent
eb957ad6d8
commit
2998527b18
2 changed files with 7 additions and 1 deletions
|
@ -31,7 +31,7 @@ static void writeTrustedList(const TrustedList & trustedList)
|
|||
|
||||
void ConfigFile::apply()
|
||||
{
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-suffix", "flake-registry"};
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-prefix", "bash-prompt-suffix", "flake-registry"};
|
||||
|
||||
for (auto & [name, value] : settings) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue