lol
0
fork

Configure Feed

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

python312Packages.influxdb: format with nixfmt

+16 -17
+16 -17
pkgs/development/python-modules/influxdb/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchPypi 4 - , mock 5 - , msgpack 6 - , pandas 7 - , pynose 8 - , pytestCheckHook 9 - , python-dateutil 10 - , pytz 11 - , requests 12 - , requests-mock 13 - , setuptools 14 - , six 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + mock, 6 + msgpack, 7 + pandas, 8 + pynose, 9 + pytestCheckHook, 10 + python-dateutil, 11 + pytz, 12 + requests, 13 + requests-mock, 14 + setuptools, 15 + six, 15 16 }: 16 17 17 18 buildPythonPackage rec { ··· 36 37 done 37 38 ''; 38 39 39 - build-system = [ 40 - setuptools 41 - ]; 40 + build-system = [ setuptools ]; 42 41 43 42 dependencies = [ 44 43 msgpack