tlaternet-server/pkgs/default.nix

5 lines
112 B
Nix

{ pkgs }:
{
crowdsec = import ./crowdsec { inherit pkgs; };
starbound = pkgs.callPackage ./starbound { };
}