chore(pkgs): Remove starbound package

I haven't used this in years and should probably completely revisit
how it works anyway.
This commit is contained in:
Tristan Daniël Maat 2025-09-29 11:51:06 +08:00
parent 56680d5389
commit cd012e86ba
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 0 additions and 72 deletions

View file

@ -1,5 +1,4 @@
{ pkgs }:
{
crowdsec = import ./crowdsec { inherit pkgs; };
starbound = pkgs.callPackage ./starbound { };
}