Merge pull request 'use buildPythonApplication to shield against external PYTHONPATH' (#363) from Mic92-main into main

This commit is contained in:
clan-bot
2023-09-28 09:23:36 +00:00

View File

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