tlaternet-server/pkgs/default.nix

6 lines
100 B
Nix

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