hedgedoc: disable anonymous patches

https://c3d2.social/@sandro/113900709169130028
This commit is contained in:
Rouven Seifert 2025-01-27 22:08:35 +01:00
parent ff4df0aae0
commit 29c702b2e5
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 69 additions and 0 deletions

View file

@ -34,4 +34,10 @@ in
};
}));
hedgedoc = prev.hedgedoc.overrideAttrs ({ patches ? [ ], ... }: {
patches = patches ++ [
./hedgedoc/0001-anonymous-uploads.patch
];
});
}