tests/f2/nix: remove obsolete param documentation

Change-Id: I103d529ad0dd4ad482f9facb7e44baf61ab700d1
This commit is contained in:
rootile
2026-04-16 15:05:05 +00:00
committed by Rutile
parent c1f75860d6
commit 15c95b95d6
@@ -158,7 +158,6 @@ class Nix:
def nix_cmd(self, argv: list[str], flake: bool = False, cwd: Path | None = None) -> Command:
"""
Constructs a NixCommand with the appropriate settings.
:param build: if the executed command wants to build stuff. This is required due to darwin shenanigans. "auto" will try to autodetect, override using `True` or `False`. Has no effect on linux.
"""
# Create a copy of settings to not have a writing side effect
settings = self.settings.clone()