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