diff --git a/pkgs/clan-cli/clan_cli/tests/test_create_flake.py b/pkgs/clan-cli/clan_cli/tests/test_create_flake.py index b9790ab16..af46752cd 100644 --- a/pkgs/clan-cli/clan_cli/tests/test_create_flake.py +++ b/pkgs/clan-cli/clan_cli/tests/test_create_flake.py @@ -23,7 +23,6 @@ def test_create_flake( 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 substitute( 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"]) - assert (flake_dir / ".clan-flake").exists() # Replace the inputs.clan-core.url in the template flake.nix substitute( flake_dir / "flake.nix", diff --git a/templates/clan/classic/.clan-flake b/templates/clan/classic/.clan-flake deleted file mode 100644 index e69de29bb..000000000 diff --git a/templates/clan/default/.clan-flake b/templates/clan/default/.clan-flake deleted file mode 100644 index e69de29bb..000000000 diff --git a/templates/clan/minimal/.clan-flake b/templates/clan/minimal/.clan-flake deleted file mode 100644 index e69de29bb..000000000