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. */