added forgejo runner support

This commit is contained in:
chloe 2024-12-12 15:09:03 +01:00
parent f3db562489
commit 729050b005
2 changed files with 34 additions and 1 deletions

9
overlays/ircd-hybrid.nix Normal file
View file

@ -0,0 +1,9 @@
{config, ...}: {
nixpkgs.overlays = [
(self: super: {
ircdHybrid
})
];
}