patch over main to fix conduwuit

This commit is contained in:
cy 2025-01-05 16:45:18 -05:00
parent 11dcca78b4
commit ef88b3b991
4 changed files with 109 additions and 24 deletions

7
overlay/default.nix Normal file
View file

@ -0,0 +1,7 @@
let
overlays = [
./conduwuit
];
importedOverlays = map (m: import m) overlays;
in
importedOverlays