clan-cli: move clan_cli.nix to clan_lib.nix
This commit is contained in:
@@ -5,10 +5,10 @@ from pathlib import Path
|
||||
from typing import Any, Literal
|
||||
|
||||
from clan_cli.cmd import RunOpts, run
|
||||
from clan_cli.nix import nix_shell
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake import Flake
|
||||
from clan_lib.nix import nix_shell
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
@@ -3,7 +3,8 @@ import re
|
||||
from dataclasses import dataclass
|
||||
|
||||
from clan_cli.cmd import run
|
||||
from clan_cli.nix import nix_shell
|
||||
|
||||
from clan_lib.nix import nix_shell
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user