From 5697267837c76f95a9a47c71828ed06eafbc2043 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 13 Jan 2024 11:54:00 -0500 Subject: [PATCH] fix: lock hyprgrass to get swipe working for now --- flake.lock | 7 ++++--- flake.nix | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index f7495b82..024ba2af 100644 --- a/flake.lock +++ b/flake.lock @@ -517,16 +517,17 @@ ] }, "locked": { - "lastModified": 1705080175, - "narHash": "sha256-Ay0dVwJsmoRyPqZl+sbEkL/AX4Lh2RNpgx8y3vGF+JA=", + "lastModified": 1703648064, + "narHash": "sha256-c4bkc1HnLiFQrwBu5WTKLFY03f9D6Ia61aRmIGW55eU=", "owner": "horriblename", "repo": "hyprgrass", - "rev": "5aa903d79068363209af3feccb6ae55e5f077d48", + "rev": "0165a9ed8679f3f2c62cc868bdaf620e4520d504", "type": "github" }, "original": { "owner": "horriblename", "repo": "hyprgrass", + "rev": "0165a9ed8679f3f2c62cc868bdaf620e4520d504", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 987c51d7..47271d86 100644 --- a/flake.nix +++ b/flake.nix @@ -191,6 +191,9 @@ owner = "horriblename"; repo = "hyprgrass"; + # Commit before PR #73 that breaks swiping + rev = "0165a9ed8679f3f2c62cc868bdaf620e4520d504"; + inputs.hyprland.follows = "hyprland"; };