Update nixpkgs, rbw patch no longer needed
This commit is contained in:
parent
8bd64fbe79
commit
530a746260
2 changed files with 3 additions and 14 deletions
11
overlay.nix
11
overlay.nix
|
@ -86,17 +86,6 @@ let
|
|||
})
|
||||
];
|
||||
};
|
||||
|
||||
# rbw: https://github.com/doy/rbw/pull/189
|
||||
rbw = prev.rbw.overrideAttrs (attrs: {
|
||||
patches = (attrs.patches or [ ]) ++ [
|
||||
(final.fetchurl
|
||||
{
|
||||
url = "https://github.com/doy/rbw/pull/189.patch";
|
||||
hash = "sha256-617nYL9Jmu+inpAzDu/+iYXhajckzpsxW+jlhcRwseM=";
|
||||
})
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
overlay-libs = final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue