lol

treewide: add meta.mainProgram (#249601)

authored by

xrelkd and committed by
GitHub
9049df5a 66469836

+9 -1
+1
pkgs/development/tools/database/sleek/default.nix
··· 28 28 homepage = "https://github.com/nrempel/sleek"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ xrelkd ]; 31 + mainProgram = "sleek"; 31 32 }; 32 33 }
+1
pkgs/development/tools/rust/sqlx-cli/default.nix
··· 58 58 homepage = "https://github.com/launchbadge/sqlx"; 59 59 license = licenses.asl20; 60 60 maintainers = with maintainers; [ greizgh xrelkd fd ]; 61 + mainProgram = "sqlx"; 61 62 }; 62 63 }
+6 -1
pkgs/tools/admin/eksctl/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, installShellFiles }: 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , installShellFiles 5 + }: 2 6 3 7 buildGoModule rec { 4 8 pname = "eksctl"; ··· 40 44 homepage = "https://github.com/weaveworks/eksctl"; 41 45 license = licenses.asl20; 42 46 maintainers = with maintainers; [ xrelkd Chili-Man ]; 47 + mainProgram = "eksctl"; 43 48 }; 44 49 }
+1
pkgs/tools/misc/wit-bindgen/default.nix
··· 28 28 homepage = "https://github.com/bytecodealliance/wit-bindgen"; 29 29 license = licenses.asl20; 30 30 maintainers = with maintainers; [ xrelkd ]; 31 + mainProgram = "wit-bindgen"; 31 32 }; 32 33 }