lol

Merge pull request #278353 from zimbatm/mainProgram

Add missing meta.mainProgram

authored by zimbatm.tngl.sh and committed by

GitHub a898c8af dac09b5c

+3
+1
pkgs/by-name/ni/nickel/package.nix
··· 69 69 changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md"; 70 70 license = licenses.mit; 71 71 maintainers = with maintainers; [ AndersonTorres felschr matthiasbeyer ]; 72 + mainProgram = "nickel"; 72 73 }; 73 74 }
+1
pkgs/development/compilers/swift/swift-format/default.nix
··· 36 36 platforms = with lib.platforms; linux ++ darwin; 37 37 license = lib.licenses.asl20; 38 38 maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ]; 39 + mainProgram = "swift-format"; 39 40 }; 40 41 }
+1
pkgs/development/compilers/zig/generic.nix
··· 66 66 changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html"; 67 67 license = lib.licenses.mit; 68 68 maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members; 69 + mainProgram = "zig"; 69 70 platforms = lib.platforms.unix; 70 71 }; 71 72 } // removeAttrs args [ "hash" ])