clan_lib flake: remove redundant store definition

This commit is contained in:
lassulus
2025-05-19 17:49:12 +02:00
parent 2129790bda
commit 9f27e21bd4

View File

@@ -774,7 +774,6 @@ class Flake:
""" """
# fmt: on # fmt: on
if tmp_store := nix_test_store(): if tmp_store := nix_test_store():
nix_options += ["--store", str(tmp_store)]
nix_options.append("--impure") nix_options.append("--impure")
build_output = Path( build_output = Path(