mirror of
https://github.com/NixOS/nix
synced 2025-07-05 04:01:47 +02:00
Ask for confirmation before allowing flake Nix configuration settings
This commit is contained in:
parent
605bacdc92
commit
0287f83057
4 changed files with 53 additions and 32 deletions
|
@ -51,7 +51,7 @@ struct ConfigFile
|
|||
{
|
||||
using ConfigValue = std::variant<std::string, int64_t, Explicit<bool>, std::vector<std::string>>;
|
||||
|
||||
std::map<std::string, ConfigValue> options;
|
||||
std::map<std::string, ConfigValue> settings;
|
||||
|
||||
void apply();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue