aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-12-14 23:15:36 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-12-14 23:15:36 +0100
commit4947e0a91aeefd898e5b976733e70f1fbc1c0ae7 (patch)
treebdaeaea0a30a3e76b9e2dca306e27fac3b77ae8a /src/nix
parentb8a38fa52171f0a8077db29f23df86c31ee02545 (diff)
Fix InstallableCommand
Diffstat (limited to 'src/nix')
-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. */