Update nixpkgs, rbw patch no longer needed

This commit is contained in:
Natsu Kagami 2024-07-17 14:23:38 +02:00
parent 8bd64fbe79
commit 530a746260
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 14 deletions

View file

@ -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: {