Skip to content

Commit 82a224e

Browse files
committed
a
1 parent 6a78f1f commit 82a224e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ rec {
231231
inputs.hyprland.follows = "hyprland"; # to make sure that the plugin is built for the correct version of hyprland
232232
};
233233
hyprland = {
234-
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&shallow=1";
234+
#url = "git+https://github.com/hyprwm/Hyprland?submodules=1&shallow=1";
235+
url = "git+https://github.com/hyprwm/Hyprland/v0.49.0?submodules=1&shallow=1";
235236
# url = "github:hyprwm/Hyprland";
236237
inputs.nixpkgs.follows = "nixpkgs"; # MESA/OpenGL HW workaround
237238
inputs.hyprcursor.follows = "hyprcursor";

0 commit comments

Comments
 (0)