Loading pkgs/development/python-modules/mdformat-beautysh/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -6,7 +6,9 @@ , mdformat-gfm , mdit-py-plugins , poetry-core , pytestCheckHook , pythonOlder , wheel }: buildPythonPackage rec { Loading @@ -25,6 +27,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core wheel ]; buildInputs = [ Loading @@ -37,6 +40,14 @@ buildPythonPackage rec { beautysh ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mdformat_beautysh" ]; meta = with lib; { description = "Mdformat plugin to beautify Bash scripts"; homepage = "https://github.com/hukkin/mdformat-beautysh"; Loading Loading
pkgs/development/python-modules/mdformat-beautysh/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -6,7 +6,9 @@ , mdformat-gfm , mdit-py-plugins , poetry-core , pytestCheckHook , pythonOlder , wheel }: buildPythonPackage rec { Loading @@ -25,6 +27,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core wheel ]; buildInputs = [ Loading @@ -37,6 +40,14 @@ buildPythonPackage rec { beautysh ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mdformat_beautysh" ]; meta = with lib; { description = "Mdformat plugin to beautify Bash scripts"; homepage = "https://github.com/hukkin/mdformat-beautysh"; Loading