This commit is contained in:
Qubasa
2023-10-18 18:29:51 +02:00
parent 6d0deefa6b
commit 9c8829c32f
16 changed files with 53 additions and 60 deletions

View File

@@ -6,9 +6,9 @@ from typing import Dict
from pydantic import AnyUrl
from pydantic.tools import parse_obj_as
from ..errors import ClanError
from ..async_cmd import CmdOut, run, runforcli
from ..dirs import clan_flakes_dir
from ..errors import ClanError
from ..nix import nix_command, nix_shell
DEFAULT_URL: AnyUrl = parse_obj_as(