manually upgrade renovate
This commit is contained in:
parent
36bc7d2b78
commit
28d6d45ad5
3 changed files with 26 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue