1
0
Fork 0
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:
Jimmy Reichley 2022-05-10 16:53:22 -04:00
parent eb957ad6d8
commit 2998527b18
No known key found for this signature in database
GPG key ID: A3B12BCFECB78676
2 changed files with 7 additions and 1 deletions

View file

@ -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) {