Add forge minecraft service

This commit is contained in:
Tristan Daniël Maat 2021-04-22 22:32:54 +01:00
parent 1d95c40075
commit b474f7e97c
Signed by: tlater
GPG key ID: 49670FD774E43268
6 changed files with 231 additions and 10 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
# Forge
forge-server = pkgs.callPackage ./minecraft/forge-server.nix { };
}