endgame-singularity: add "mainProgram"

Withtout the change `nix run` fails to run the game:

$ nix run -f. endgame-singularity
error: unable to execute '...-endgame-singularity-1.00/bin/endgame-singularity': No such file or directory

+1
+1
pkgs/games/endgame-singularity/default.nix
··· 54 54 free # earth images from NASA, some fonts 55 55 cc0 # cick0.wav 56 56 ]; 57 + mainProgram = "singularity"; 57 58 maintainers = with lib.maintainers; [ fgaz ]; 58 59 }; 59 60 }