best practices: get rid of with pkgs;
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
||||
hash = "sha256-ISiMNTrA4J8NYUQSmdVFaro1RxkSqvXhz6LpoSn/fLQ=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
build-system = with pkgs.python3Packages; [ setuptools ];
|
||||
build-system = [ pkgs.python3Packages.setuptools ];
|
||||
};
|
||||
qbit_manage_env = pkgs.python3.withPackages (
|
||||
ps:
|
||||
|
||||
Reference in New Issue
Block a user