clan-cli: move clan_cli.nix to clan_lib.nix

This commit is contained in:
lassulus
2025-05-19 18:16:59 +02:00
parent 43d9fdc77e
commit b10682c7f7
45 changed files with 64 additions and 56 deletions

View File

@@ -7,8 +7,9 @@ from collections.abc import Callable, Iterable
from types import ModuleType
from typing import Any
from clan_lib.nix import nix_eval
from .cmd import run
from .nix import nix_eval
"""
This module provides dynamic completions.