diff --git a/pkgs/clan-cli/tests/fixtures_flakes.py b/pkgs/clan-cli/tests/fixtures_flakes.py index 87556468a..1ddfb444f 100644 --- a/pkgs/clan-cli/tests/fixtures_flakes.py +++ b/pkgs/clan-cli/tests/fixtures_flakes.py @@ -40,6 +40,9 @@ def substitute( line = line.replace("__CLAN_SOPS_KEY_PATH__", sops_key) line = line.replace("__CLAN_SOPS_KEY_DIR__", str(flake)) buf += line + print(f"file: {file}") + print(f"clan_core: {clan_core_flake}") + print(f"flake: {flake}") file.write_text(buf)