Revert "templates: remove .clan-flake"

This reverts commit 14eb541256.
This commit is contained in:
Qubasa
2025-06-28 22:40:55 +07:00
parent 15eec31684
commit ab872711c8
4 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ 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",
@@ -60,6 +61,7 @@ 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",

View File

View File

View File