nix: Support the --repair flag
This commit is contained in:
+2
-1
@@ -133,7 +133,8 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixJSON, MixProfile
|
||||
auto buildables = Installable::build(
|
||||
getEvalStore(), store,
|
||||
Realise::Outputs,
|
||||
installables, buildMode);
|
||||
installables,
|
||||
repair ? bmRepair : buildMode);
|
||||
|
||||
if (json) logger->cout("%s", builtPathsWithResultToJSON(buildables, store).dump());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user