remove unstable pkgs

This commit is contained in:
Ray Andrew 2024-10-11 23:18:09 -05:00
parent ba821b057e
commit d7564863ea

View file

@ -115,7 +115,7 @@ in
domain = "git.rs.ht"; domain = "git.rs.ht";
rootUrl = "https://${domain}/"; rootUrl = "https://${domain}/";
httpPort = 3003; httpPort = 3003;
package = pkgs.unstable.gitea; package = pkgs.gitea;
database.type = "postgres"; database.type = "postgres";