1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Propagate flags like --sandbox to the daemon properly

This commit is contained in:
Eelco Dolstra 2017-11-21 18:50:56 +01:00
parent 7536fe31dd
commit 6cdaa858d0
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 12 additions and 6 deletions

View file

@ -142,6 +142,12 @@ public:
void set(const std::string & str) override;
virtual void override(const T & v)
{
overriden = true;
value = v;
}
std::string to_string() override;
void convertToArg(Args & args, const std::string & category) override;