vars: move generation functions to clan_lib
This commit is contained in:
@@ -11,7 +11,6 @@ from pathlib import Path
|
||||
from tempfile import NamedTemporaryFile
|
||||
from typing import Any, override
|
||||
|
||||
from clan_cli.vars.generate import run_generators
|
||||
from clan_cli.vars.generator import Generator
|
||||
from clan_cli.vars.prompt import PromptType
|
||||
from clan_lib.dirs import find_toplevel
|
||||
@@ -19,6 +18,7 @@ from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.machines.machines import Machine
|
||||
from clan_lib.nix import nix_config, nix_eval, nix_test_store
|
||||
from clan_lib.vars.generate import run_generators
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user