clan-config: fix tests

This commit is contained in:
DavHau
2023-08-22 23:15:34 +02:00
parent 48686591d8
commit 780fd881c3
4 changed files with 43 additions and 15 deletions

View File

@@ -20,6 +20,9 @@ pkgs.mkShell {
];
# sets up an editable install and add enty points to $PATH
CLAN_FLAKE = self;
# This provides dummy options for testing clan config and prevents it from
# evaluating the flake .#
CLAN_OPTIONS_FILE = ./clan_cli/config/jsonschema/options.json;
shellHook = ''
tmp_path=$(realpath ./.pythonenv)
repo_root=$(realpath .)