minecraft-server: add mainProgram

This commit is contained in:
Tert0 2025-05-16 17:22:35 +02:00
parent 04d6d96682
commit fc64ead739
No known key found for this signature in database
GPG key ID: 89DC25DE6F62550F

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation {
tomberek
costrouc
];
mainProgram = "minecraft-server";
};
}