templates: remove .clan-flake

This commit is contained in:
Johannes Kirschbauer
2025-06-27 17:45:11 +02:00
parent df598275f9
commit 14eb541256
4 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ def test_create_flake(
cli.run(["flakes", "create", str(flake_dir), "--template=default", "--no-update"]) cli.run(["flakes", "create", str(flake_dir), "--template=default", "--no-update"])
assert (flake_dir / ".clan-flake").exists()
# Replace the inputs.clan-core.url in the template flake.nix # Replace the inputs.clan-core.url in the template flake.nix
substitute( substitute(
flake_dir / "flake.nix", flake_dir / "flake.nix",
@@ -61,7 +60,6 @@ def test_create_flake_existing_git(
cli.run(["flakes", "create", str(flake_dir), "--template=default", "--no-update"]) cli.run(["flakes", "create", str(flake_dir), "--template=default", "--no-update"])
assert (flake_dir / ".clan-flake").exists()
# Replace the inputs.clan-core.url in the template flake.nix # Replace the inputs.clan-core.url in the template flake.nix
substitute( substitute(
flake_dir / "flake.nix", flake_dir / "flake.nix",