Loading pkgs/by-name/ma/macmon/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -23,6 +24,8 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "Sudoless performance monitoring for Apple Silicon processors"; homepage = "https://github.com/vladkens/macmon"; Loading Loading
pkgs/by-name/ma/macmon/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -23,6 +24,8 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "Sudoless performance monitoring for Apple Silicon processors"; homepage = "https://github.com/vladkens/macmon"; Loading