manually upgrade renovate

This commit is contained in:
Vivian 2022-06-07 23:57:57 +02:00
parent 36bc7d2b78
commit 28d6d45ad5
3 changed files with 26 additions and 21 deletions

View file

@ -1,6 +1,11 @@
final: prev: {
# clickhouse = prev.callPackage ./clickhouse { };
hedgedoc = prev.hedgedoc.overrideAttrs (old: {
# see https://github.com/NixOS/nixpkgs/issues/176127#issuecomment-1146782555
preBuild = ''
export HOME=$TMPDIR
'';
});
v = {
unbound = prev.unbound.override {
withSystemd = true;