forked from wurzel/fruitbasket
hedgedoc: disable anonymous patches
https://c3d2.social/@sandro/113900709169130028
This commit is contained in:
parent
ff4df0aae0
commit
29c702b2e5
3 changed files with 69 additions and 0 deletions
|
@ -34,4 +34,10 @@ in
|
|||
};
|
||||
|
||||
}));
|
||||
|
||||
hedgedoc = prev.hedgedoc.overrideAttrs ({ patches ? [ ], ... }: {
|
||||
patches = patches ++ [
|
||||
./hedgedoc/0001-anonymous-uploads.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue