bottom: add meta.mainProgram

wip/little-gl
Nicolas Berbiche 3 years ago committed by Matthieu Coudron
parent f2b0cf014a
commit 8eed0e2095
  1. 1
      pkgs/tools/system/bottom/default.nix

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ berbiche ];
platforms = platforms.unix;
mainProgram = "btm";
};
}

Loading…
Cancel
Save