use buildPythonApplication to shield against external PYTHONPATH #363

Merged
clan-bot merged 1 commits from Mic92-main into main 2023-09-28 09:23:36 +00:00

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";