forked from poz/niksos
conduit patchless
This commit is contained in:
parent
80465d64ef
commit
bfb020bc5c
1 changed files with 1 additions and 8 deletions
|
@ -7,14 +7,7 @@
|
|||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
|
||||
package = inputs.conduit.packages.${pkgs.system}.default.overrideAttrs(old: {
|
||||
patches = [
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://gitlab.com/famedly/conduit/-/commit/b5991d617640a71e975ee7731a0970f887716d81.patch";
|
||||
sha256 = "sha256-IzCZle0Q+px5FrQczHDOjP7r5QG6xFl21/fmJviOMeY=";
|
||||
})
|
||||
];
|
||||
});
|
||||
package = inputs.conduit.packages.${pkgs.system}.default;
|
||||
|
||||
settings.global = {
|
||||
server_name = "jacekpoz.pl";
|
||||
|
|
Loading…
Reference in a new issue