Add forge minecraft service
This commit is contained in:
parent
1d95c40075
commit
b474f7e97c
6 changed files with 231 additions and 10 deletions
pkgs
6
pkgs/default.nix
Normal file
6
pkgs/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Forge
|
||||
forge-server = pkgs.callPackage ./minecraft/forge-server.nix { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue