lol
0
fork

Configure Feed

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

python312Packages.hjson: format with nixfmt

+9 -8
+9 -8
pkgs/development/python-modules/hjson/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , makeWrapper 5 - , pytestCheckHook 6 - , python 7 - , pythonOlder 8 - , setuptools 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + makeWrapper, 6 + pytestCheckHook, 7 + python, 8 + pythonOlder, 9 + setuptools, 9 10 }: 10 11 11 12 buildPythonPackage rec {