From 14eb54125606dcc65722d35ce59d5635eb43731b Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 27 Jun 2025 17:45:11 +0200 Subject: [PATCH] templates: remove .clan-flake --- pkgs/clan-cli/clan_cli/tests/test_create_flake.py | 2 -- templates/clan/classic/.clan-flake | 0 templates/clan/default/.clan-flake | 0 templates/clan/minimal/.clan-flake | 0 4 files changed, 2 deletions(-) delete mode 100644 templates/clan/classic/.clan-flake delete mode 100644 templates/clan/default/.clan-flake delete mode 100644 templates/clan/minimal/.clan-flake 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