mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
added forgejo runner support
This commit is contained in:
parent
f3db562489
commit
729050b005
2 changed files with 34 additions and 1 deletions
9
overlays/ircd-hybrid.nix
Normal file
9
overlays/ircd-hybrid.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{config, ...}: {
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
ircdHybrid
|
||||
})
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue