inline find_git_repo_root

This commit is contained in:
Jörg Thalheim
2025-07-29 14:52:39 +02:00
parent 0908a2efb8
commit bd6f7b03af
2 changed files with 2 additions and 4 deletions

View File

@@ -32,8 +32,6 @@ def get_clan_flake_toplevel() -> Path | None:
return find_toplevel([".clan-flake", ".git", ".hg", ".svn", "flake.nix"])
def find_git_repo_root() -> Path | None:
return find_toplevel([".git"])
def clan_key_safe(flake_url: str) -> str: