Merge pull request 'use buildPythonApplication to shield against external PYTHONPATH' (#363) from Mic92-main into main
This commit is contained in:
@@ -95,7 +95,7 @@ let
|
||||
--override-input nixpkgs ${nixpkgs}
|
||||
'';
|
||||
in
|
||||
python3.pkgs.buildPythonPackage {
|
||||
python3.pkgs.buildPythonApplication {
|
||||
name = "clan-cli";
|
||||
src = source;
|
||||
format = "pyproject";
|
||||
|
||||
Reference in New Issue
Block a user