From 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 27 Nov 2023 02:17:53 +0100 Subject: treewide: add mainProgram --- pkgs/tools/misc/freshfetch/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/misc/freshfetch') diff --git a/pkgs/tools/misc/freshfetch/default.nix b/pkgs/tools/misc/freshfetch/default.nix index 89ec74b20258e..0723c18048b97 100644 --- a/pkgs/tools/misc/freshfetch/default.nix +++ b/pkgs/tools/misc/freshfetch/default.nix @@ -43,5 +43,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/k4rakara/freshfetch"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; + mainProgram = "freshfetch"; }; } -- cgit 1.4.1