summaryrefslogtreecommitdiff
path: root/overlays/dwl-sinan.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-11-04 16:00:49 +0530
committersinanmohd <sinan@sinanmohd.com>2023-11-05 21:11:49 +0530
commit493c355153cb690d87d99303e4a550bf16e8d747 (patch)
tree7607133244ec8287469d15cdaa8fe61f47f1152f /overlays/dwl-sinan.nix
parent8214a997e1d8fac0fdf238d0d889f6c3a22b48e6 (diff)
cez/wayland: dwl -> sway
Diffstat (limited to 'overlays/dwl-sinan.nix')
-rw-r--r--overlays/dwl-sinan.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/overlays/dwl-sinan.nix b/overlays/dwl-sinan.nix
deleted file mode 100644
index ff5c999..0000000
--- a/overlays/dwl-sinan.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-final: prev:
-
-{
- dwl-sinan = prev.dwl.overrideAttrs (finalAttrs: prevAttrs:
- {
- pname = prevAttrs.pname + "-sinan";
- src = prev.fetchgit {
- url = "https://git.sinanmohd.com/dwl";
- rev = "cadde97ee92381bfc2222bf18cd876526ab8c948";
- hash = "sha256-H2HgOQnQ5Eltz8/OVpKlS2U89aaivg5t63Ie4fembw8=";
- };
- }
- );
-}