We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f117d commit 471bff0Copy full SHA for 471bff0
pkgs/by-name/ma/mactop/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
buildGoModule,
4
fetchFromGitHub,
5
+ versionCheckHook,
6
}:
7
8
buildGoModule rec {
@@ -22,6 +23,10 @@ buildGoModule rec {
22
23
"-w"
24
];
25
26
+ doInstallCheck = true;
27
+ nativeInstallCheckInputs = [ versionCheckHook ];
28
+ versionCheckProgramArg = [ "--version" ];
29
+
30
meta = {
31
description = "Terminal-based monitoring tool 'top' designed to display real-time metrics for Apple Silicon chips";
32
homepage = "https://github.com/context-labs/mactop";
0 commit comments