diff options
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 8397244ca..a6adb5f65 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -31,6 +31,7 @@ private: Paths storePaths; bool recursive = false; + bool all = false; public: |