tlaternet-server/pkgs/default.nix
Tristan Daniël Maat 7095ab2631
treewide: Remove minecraft server
This has fallen into disuse since the big Java vulnerability, and I
have ideas for better ways of doing this. Meanwhile it's making
maintenance and refactoring more difficult.

Hence I'll remove the server completely for the time being.
2022-10-12 13:12:04 +01:00

6 lines
100 B
Nix

{pkgs, ...}: let
inherit (pkgs.lib) callPackage;
in {
starbound = callPackage ./starbound {};
}