Loading pkgs/development/tools/py-spy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Sampling profiler for Python programs"; homepage = "https://github.com/benfred/py-spy"; changelog = "https://github.com/benfred/py-spy/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ lnl7 ]; }; Loading Loading
pkgs/development/tools/py-spy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Sampling profiler for Python programs"; homepage = "https://github.com/benfred/py-spy"; changelog = "https://github.com/benfred/py-spy/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ lnl7 ]; }; Loading