Loading pkgs/os-specific/darwin/asitop/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib , python3 }: python3.pkgs.buildPythonApplication rec { pname = "asitop"; version = "0.0.23"; format = "setuptools"; disabled = python3.pythonOlder "3.7"; src = python3.pkgs.fetchPypi { inherit pname version; hash = "sha256-BNncgQRNAd6Pgur5D1xVQi3LSsijSAYIYvhsuiVyi9Q="; }; # has no tests doCheck = false; propagatedBuildInputs = with python3.pkgs; [ dashing psutil ]; meta = with lib; { homepage = "https://github.com/tlkh/asitop"; description = "Perf monitoring CLI tool for Apple Silicon"; platforms = platforms.darwin; license = licenses.mit; maintainers = with maintainers; [ juliusrickert ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,8 @@ with pkgs; alterx = callPackage ../tools/security/alterx { }; asitop = pkgs.python3Packages.callPackage ../os-specific/darwin/asitop { }; asn = callPackage ../applications/networking/asn { }; asnmap = callPackage ../tools/security/asnmap { }; Loading
pkgs/os-specific/darwin/asitop/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib , python3 }: python3.pkgs.buildPythonApplication rec { pname = "asitop"; version = "0.0.23"; format = "setuptools"; disabled = python3.pythonOlder "3.7"; src = python3.pkgs.fetchPypi { inherit pname version; hash = "sha256-BNncgQRNAd6Pgur5D1xVQi3LSsijSAYIYvhsuiVyi9Q="; }; # has no tests doCheck = false; propagatedBuildInputs = with python3.pkgs; [ dashing psutil ]; meta = with lib; { homepage = "https://github.com/tlkh/asitop"; description = "Perf monitoring CLI tool for Apple Silicon"; platforms = platforms.darwin; license = licenses.mit; maintainers = with maintainers; [ juliusrickert ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,8 @@ with pkgs; alterx = callPackage ../tools/security/alterx { }; asitop = pkgs.python3Packages.callPackage ../os-specific/darwin/asitop { }; asn = callPackage ../applications/networking/asn { }; asnmap = callPackage ../tools/security/asnmap { };