mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Support --eval-store in nix-instantiate and nix-build
This commit is contained in:
parent
3d9de41a5b
commit
2ff3035cf4
6 changed files with 13 additions and 12 deletions
|
@ -56,14 +56,6 @@ void StoreCommand::run()
|
|||
|
||||
EvalCommand::EvalCommand()
|
||||
{
|
||||
// FIXME: move to MixEvalArgs?
|
||||
addFlag({
|
||||
.longName = "eval-store",
|
||||
.description = "The Nix store to use for evaluations.",
|
||||
.labels = {"store-url"},
|
||||
//.category = ...,
|
||||
.handler = {&evalStoreUrl},
|
||||
});
|
||||
}
|
||||
|
||||
EvalCommand::~EvalCommand()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue