overlays/rofi: remove
This commit is contained in:
parent
88b4fca28a
commit
2b6b616dbf
2 changed files with 0 additions and 14 deletions
|
|
@ -5,7 +5,6 @@ builtins.map (path: import path) [
|
|||
./ccache.nix
|
||||
./eww.nix
|
||||
./material-icons.nix
|
||||
./rofi.nix
|
||||
./steam.nix
|
||||
./utillinux.nix
|
||||
./wpa-supplicant.nix
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
self: super: {
|
||||
rofi-unwrapped = super.rofi-unwrapped.overrideAttrs (_: rec {
|
||||
version = "1.7.2";
|
||||
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "davatorium";
|
||||
repo = "rofi";
|
||||
rev = version;
|
||||
fetchSubmodules = true;
|
||||
sha256 = "0yarkzhn7vxqxafmz196kvklzwdxygbhd0d29gxm7lrfba8brdxy";
|
||||
};
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue