generate_test_vars: move into clan_cli

Reduces overhead by not having to manage a separate package for this small tool
This commit is contained in:
DavHau
2025-09-16 15:01:12 +07:00
parent 1f3aa0075e
commit ea32fdbd93
12 changed files with 19 additions and 114 deletions

View File

@@ -108,13 +108,6 @@
extraPythonPackages = (self'.packages.clan-app.devshellPyDeps pkgs.python3Packages);
extraPythonPaths = [ "../../clan-cli" ];
};
"generate-test-vars" = {
directory = "pkgs/generate-test-vars";
extraPythonPackages = [
(pkgs.python3.withPackages (ps: self'.packages.clan-cli.devshellPyDeps ps))
];
extraPythonPaths = [ "../clan-cli" ];
};
}
// (
if pkgs.stdenv.isLinux then