fix: lock hyprgrass to get swipe working for now
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-13 11:54:00 -05:00
parent 3e0b416a33
commit 5697267837
2 changed files with 7 additions and 3 deletions

View file

@ -517,16 +517,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705080175, "lastModified": 1703648064,
"narHash": "sha256-Ay0dVwJsmoRyPqZl+sbEkL/AX4Lh2RNpgx8y3vGF+JA=", "narHash": "sha256-c4bkc1HnLiFQrwBu5WTKLFY03f9D6Ia61aRmIGW55eU=",
"owner": "horriblename", "owner": "horriblename",
"repo": "hyprgrass", "repo": "hyprgrass",
"rev": "5aa903d79068363209af3feccb6ae55e5f077d48", "rev": "0165a9ed8679f3f2c62cc868bdaf620e4520d504",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "horriblename", "owner": "horriblename",
"repo": "hyprgrass", "repo": "hyprgrass",
"rev": "0165a9ed8679f3f2c62cc868bdaf620e4520d504",
"type": "github" "type": "github"
} }
}, },

View file

@ -191,6 +191,9 @@
owner = "horriblename"; owner = "horriblename";
repo = "hyprgrass"; repo = "hyprgrass";
# Commit before PR #73 that breaks swiping
rev = "0165a9ed8679f3f2c62cc868bdaf620e4520d504";
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };