Merge pull request 'pkgs/generate-test-vars: Fix build' (#3769) from kenji/clan-core:ke-vars-generator-fix into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3769
This commit is contained in:
@@ -11,4 +11,9 @@ buildPythonApplication {
|
||||
nativeBuildInputs = [
|
||||
(python.withPackages (ps: [ ps.setuptools ]))
|
||||
];
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
$out/bin/generate-test-vars --help
|
||||
runHook preCheck
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -10,10 +10,10 @@ from pathlib import Path
|
||||
from tempfile import NamedTemporaryFile
|
||||
from typing import Any, override
|
||||
|
||||
from clan_cli.machines.machines import Machine
|
||||
from clan_cli.vars.generate import generate_vars
|
||||
from clan_lib.dirs import find_git_repo_root
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.machines.machines import Machine
|
||||
from clan_lib.nix import nix_config, nix_eval
|
||||
|
||||
sops_priv_key = (
|
||||
|
||||
Reference in New Issue
Block a user