summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-11-24 14:21:02 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-11-24 14:21:02 +0100
commit63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83 (patch)
tree395b7ea4278159dd88000f08279129ed1ac78df8 /pkgs/tools/system
parent4ec0d5209fd24b7f02773bafd35327a56dff7668 (diff)
htop-vim: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/htop/htop-vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/htop/htop-vim.nix b/pkgs/tools/system/htop/htop-vim.nix
index cd29bfa6e8ac..05af41ae0ce4 100644
--- a/pkgs/tools/system/htop/htop-vim.nix
+++ b/pkgs/tools/system/htop/htop-vim.nix
@@ -17,5 +17,6 @@ htop.overrideAttrs (oldAttrs: rec {
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ thiagokokada ];
+ mainProgram = "htop";
};
})