tlaternet-server/pkgs/default.nix

8 lines
94 B
Nix

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