Improve documentation

This commit is contained in:
Qubasa
2024-04-06 11:54:34 +02:00
parent 0d125bf387
commit 335156368b
6 changed files with 62 additions and 56 deletions

View File

@@ -6,7 +6,7 @@ from ..cmd import CmdOut, run
from ..errors import ClanError
from ..nix import nix_command, nix_shell
DEFAULT_URL: str = "git+https://git.clan.lol/clan/clan-core?new-clan"
DEFAULT_URL: str = "git+https://git.clan.lol/clan/clan-core"
def create_flake(directory: Path, url: str) -> dict[str, CmdOut]: