diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-19 16:07:37 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-19 16:16:04 +0200 |
commit | cc51e37ad09a1dac0a58c543ffe275ddc18819aa (patch) | |
tree | 3a0d8906902eebcf70023217d129a51006a36c78 /src/nix/build.cc | |
parent | 4fb594a375a26ff36c98be1256661284c657c096 (diff) |
Use "." as the default installable
This makes e.g. "nix build" do something more or less reasonable
(namely, build the default package of the flake in the current
directory).
Diffstat (limited to 'src/nix/build.cc')
-rw-r--r-- | src/nix/build.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc index d6a6a8071..07b6b2f02 100644 --- a/src/nix/build.cc +++ b/src/nix/build.cc @@ -3,7 +3,6 @@ #include "common-args.hh" #include "shared.hh" #include "store-api.hh" -#include "primops/flake.hh" using namespace nix; |