aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nix/command.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index ba75ba6e6..fc69d7154 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -106,7 +106,7 @@ struct InstallableCommand : virtual Args, SourceExprCommand
private:
- std::string _installable{""};
+ std::string _installable{"."};
};
/* A command that operates on zero or more store paths. */