f2: remove unused build arguments

they're no longer used since non-diverted stores are the default now.

Change-Id: I277b819340c2b69e1fd06607e562221469b77926
This commit is contained in:
eldritch horrors
2026-02-11 20:46:18 +00:00
parent b34f136f10
commit bffbe73493
11 changed files with 25 additions and 54 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ def test_compression_levels(nix: Nix):
"--to",
f"file://{c_dir}?compression=xz&compression-level={level}",
out_path,
],
build=True,
]
)
.run()
.ok()