diff options
author | Nick Van den Broeck <nick.van.den.broeck666@gmail.com> | 2019-02-21 06:53:01 +0100 |
---|---|---|
committer | Nick Van den Broeck <nick.van.den.broeck666@gmail.com> | 2019-03-22 11:16:20 +0100 |
commit | d4ee8afd59cd7935f59b730c432cf58460af8a84 (patch) | |
tree | 42f09e66ed56a03508b1b1b55fc03f2e8d6abd88 /src/nix/command.hh | |
parent | 6542de98c298b6dc268b358166bd2f5bea2cc230 (diff) |
Implemented --flake flag for nix build
Also fixed Eelco's PR comments
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 5c2f8c304..b3248222e 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -26,13 +26,6 @@ private: std::shared_ptr<Store> _store; }; -struct JsonFormattable : virtual Command -{ - bool jsonFormatting = false;; - - JsonFormattable(); -}; - struct Buildable { Path drvPath; // may be empty |