lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.azure-mgmt-containerservice: format with nixfmt

+12 -15
+12 -15
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
··· 1 - { lib 2 - , azure-common 3 - , azure-mgmt-core 4 - , azure-mgmt-nspkg 5 - , buildPythonPackage 6 - , fetchPypi 7 - , isodate 8 - , pythonOlder 9 - , setuptools 1 + { 2 + lib, 3 + azure-common, 4 + azure-mgmt-core, 5 + azure-mgmt-nspkg, 6 + buildPythonPackage, 7 + fetchPypi, 8 + isodate, 9 + pythonOlder, 10 + setuptools, 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 21 22 hash = "sha256-bGLmrFkONP7dc5/iSzGzdQcToBRhZpbqjUTHvMgcBrc="; 22 23 }; 23 24 24 - build-system = [ 25 - setuptools 26 - ]; 25 + build-system = [ setuptools ]; 27 26 28 27 dependencies = [ 29 28 azure-common ··· 34 33 # has no tests 35 34 doCheck = false; 36 35 37 - pythonImportsCheck = [ 38 - "azure.mgmt.containerservice" 39 - ]; 36 + pythonImportsCheck = [ "azure.mgmt.containerservice" ]; 40 37 41 38 meta = with lib; { 42 39 description = "This is the Microsoft Azure Container Service Management Client Library";