mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +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
|
@ -106,6 +106,9 @@ public:
|
|||
formatHelper(f, args...);
|
||||
writeToStdout(f.str());
|
||||
}
|
||||
|
||||
virtual std::optional<char> ask(std::string_view s)
|
||||
{ return {}; }
|
||||
};
|
||||
|
||||
ActivityId getCurActivity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue