nix-config/overlays/ircd-hybrid.nix

10 lines
93 B
Nix
Raw Normal View History

2024-12-12 15:09:03 +01:00
{config, ...}: {
nixpkgs.overlays = [
(self: super: {
ircdHybrid
})
];
}