mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Remove the remote-builds option
This is superfluous since you can now just set "builders" to empty, e.g. "--builders ''".
This commit is contained in:
parent
af241ae7d3
commit
25f32625e2
5 changed files with 8 additions and 10 deletions
|
@ -188,9 +188,6 @@ struct LegacyArgs : public MixCommonArgs
|
|||
mkFlag(0, "readonly-mode", "do not write to the Nix store",
|
||||
&settings.readOnlyMode);
|
||||
|
||||
mkFlag(0, "no-build-hook", "disable use of the build hook mechanism",
|
||||
&(bool&) settings.useBuildHook, false);
|
||||
|
||||
mkFlag(0, "show-trace", "show Nix expression stack trace in evaluation errors",
|
||||
&settings.showTrace);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue