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

@@ -5,7 +5,7 @@ from pathlib import Path
import pytest
from clan_cli.custom_logger import setup_logging
from clan_cli.nix import nix_shell
from clan_lib.nix import nix_shell
pytest_plugins = [
"temporary_dir",