aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index 97a6fee7f..45ad1cd2a 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -139,6 +139,10 @@ private:
bool recursive = false;
bool all = false;
+protected:
+
+ RealiseMode realiseMode = NoBuild;
+
public:
StorePathsCommand(bool recursive = false);