patch over main to fix conduwuit
This commit is contained in:
parent
11dcca78b4
commit
ef88b3b991
4 changed files with 109 additions and 24 deletions
7
overlay/default.nix
Normal file
7
overlay/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
overlays = [
|
||||
./conduwuit
|
||||
];
|
||||
importedOverlays = map (m: import m) overlays;
|
||||
in
|
||||
importedOverlays
|
Loading…
Add table
Add a link
Reference in a new issue