clan_lib: move clan_lib.flake.flake to clan_lib.flake
This commit is contained in:
@@ -8,7 +8,7 @@ from clan_cli.cmd import RunOpts, run
|
||||
from clan_cli.nix import nix_shell
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from pathlib import Path
|
||||
from typing import Any, TypedDict
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
from .flake import Flake # noqa
|
||||
|
||||
@@ -4,7 +4,7 @@ from dataclasses import dataclass
|
||||
from clan_cli.git import commit_file
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
from clan_lib.nix_models.inventory import Inventory
|
||||
|
||||
from .util import (
|
||||
|
||||
@@ -25,7 +25,7 @@ from clan_cli.vars.generate import generate_vars_for_machine, get_generators_clo
|
||||
from clan_lib.api.disk import hw_main_disk_options, set_machine_disk_schema
|
||||
from clan_lib.api.network import check_machine_online
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
from clan_lib.nix_models.inventory import Machine as InventoryMachine
|
||||
from clan_lib.nix_models.inventory import MachineDeploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user