Update nixpkgs, rbw patch no longer needed
This commit is contained in:
parent
8bd64fbe79
commit
530a746260
|
@ -1223,11 +1223,11 @@
|
|||
},
|
||||
"nixpkgs_9": {
|
||||
"locked": {
|
||||
"lastModified": 1720691131,
|
||||
"narHash": "sha256-CWT+KN8aTPyMIx8P303gsVxUnkinIz0a/Cmasz1jyIM=",
|
||||
"lastModified": 1720954236,
|
||||
"narHash": "sha256-1mEKHp4m9brvfQ0rjCca8P1WHpymK3TOr3v34ydv9bs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a046c1202e11b62cbede5385ba64908feb7bfac4",
|
||||
"rev": "53e81e790209e41f0c1efa9ff26ff2fd7ab35e27",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
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…
Reference in a new issue