Revert "templates/minimal: consistent input names"

This reverts commit c847766f9e.
This commit is contained in:
Qubasa
2025-06-28 22:42:20 +07:00
parent 99d3e4ec11
commit 277ef4f946
2 changed files with 8 additions and 7 deletions

View File

@@ -24,7 +24,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
# Replace the inputs.clan.url in the template flake.nix
substitute(
flake_dir / "flake.nix",
clan_core,
@@ -69,7 +69,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
# Replace the inputs.clan.url in the template flake.nix
substitute(
flake_dir / "flake.nix",
clan_core,
@@ -111,7 +111,7 @@ def test_ui_template(
cli.run(["flakes", "create", str(flake_dir), "--template=minimal", "--no-update"])
# Replace the inputs.clan-core.url in the template flake.nix
# Replace the inputs.clan.url in the template flake.nix
substitute(
flake_dir / "flake.nix",
clan_core,