Merge pull request 'use buildPythonApplication to shield against external PYTHONPATH' (#363) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 8s
checks / test (push) Successful in 1m16s
assets1 / test (push) Successful in 6s

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

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