feat: Remove unneeded rofi overlay
This commit is contained in:
parent
525a1f0f49
commit
efdb81a04b
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
_: final: prev: {
|
||||
rofi-unwrapped = prev.rofi-unwrapped.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
(prev.fetchpatch {
|
||||
url = "https://git.causa-arcana.com/PolytreeDE/rofi/commit/b341ed01d2bdca60e2be5882f369c2f519101304.patch";
|
||||
sha256 = "sha256-Ekb+xyRavcUR0YHAtaRUClhPnarI6KK40ZnHbeM+hNs=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue