tlaternet-server/pkgs/default.nix

6 lines
112 B
Nix

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