Tristan Daniël Maat
7095ab2631
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.
6 lines
100 B
Nix
6 lines
100 B
Nix
{pkgs, ...}: let
|
|
inherit (pkgs.lib) callPackage;
|
|
in {
|
|
starbound = callPackage ./starbound {};
|
|
}
|