about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-26 18:14:39 +0900
committersefidel <contact@sefidel.net>2024-08-26 18:14:39 +0900
commit7c37e60946b5c974167da73d4dbd2b2e41a7e253 (patch)
tree757681a8a73d1cf5a3df3c53642f4e8b7e940c08
parent4deba9215451f533396c8ecdeea0110223448ef5 (diff)
downloadnixrc-7c37e60946b5c974167da73d4dbd2b2e41a7e253.tar.gz
nixrc-7c37e60946b5c974167da73d4dbd2b2e41a7e253.zip
feat(home/haruka)!: remove sway 1.8 pin
-rw-r--r--home/default.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/home/default.nix b/home/default.nix
index 6a8c830..8d17570 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -44,28 +44,6 @@
         neovim-nightly.overlays.default
         nur.overlay
         nixpkgs-wayland.overlay
-        # TODO: fractional scaling is broken on 1.8+
-        (final: prev: {
-          sway-unwrapped = (prev.sway-unwrapped.override({ wlroots = nixpkgs-2311.legacyPackages.x86_64-linux.wlroots_0_16; }))
-              .overrideAttrs(rec {
-                version = "1.8.1";
-
-                src = prev.fetchFromGitHub {
-                  owner = "swaywm";
-                  repo = "sway";
-                  rev = version;
-                  hash = "sha256-WxnT+le9vneQLFPz2KoBduOI+zfZPhn1fKlaqbPL6/g=";
-                };
-
-                patches = [
-                  (prev.fetchpatch {
-                    name = "Fix-libinput-switch-case.patch";
-                    url = "https://github.com/swaywm/sway/commit/dee032d0a0ecd958c902b88302dc59703d703c7f.patch";
-                    sha256 = "sha256-dx+7MpEiAkxTBnJcsT3/1BO8rYRfNLecXmpAvhqGMD0=";
-                  })
-                ];
-            });
-         })
       ];
     };