use buildPythonApplication to shield against external PYTHONPATH
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 28s

This commit is contained in:
Jörg Thalheim 2023-09-28 11:19:16 +02:00
parent cc70537a91
commit d55abacfcb

View File

@ -93,7 +93,7 @@ let
--override-input nixpkgs ${nixpkgs}
'';
in
python3.pkgs.buildPythonPackage {
python3.pkgs.buildPythonApplication {
name = "clan-cli";
src = source;
format = "pyproject";