diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-07-15 14:28:33 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-07-22 09:59:51 +0200 |
commit | 2ff3035cf4d5167d180878d69cb47b31890a24c4 (patch) | |
tree | 3d081690249c1cd460fb7d58fdf0214735dea4c6 /src/libcmd/command.hh | |
parent | 3d9de41a5b86520ff0c994dc7ac1023d2a441083 (diff) |
Support --eval-store in nix-instantiate and nix-build
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r-- | src/libcmd/command.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index 3aba8f25f..659b13559 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -54,8 +54,6 @@ struct EvalCommand : virtual StoreCommand, MixEvalArgs ref<EvalState> getEvalState(); private: - std::optional<std::string> evalStoreUrl; - std::shared_ptr<Store> evalStore; std::shared_ptr<EvalState> evalState; |