diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 10:01:29 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 10:01:29 +0100 |
commit | 3a6c87e8de0e4dbef7f0f8ab4c59587607af876b (patch) | |
tree | 8f3c2e74b5a3aa8b49a05112c2509bc6c55aae3e /flake.nix | |
parent | cde896f6fcbe12d6e5fec062c9588809c560cd4f (diff) |
Fix hy3
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,7 +9,11 @@ helix.url = "github:helix-editor/helix/master"; - hyprland.url = "github:hyprwm/Hyprland"; + hyprland.url = "github:hyprwm/Hyprland?submodules=1&ref=v0.45.2-b"; + hy3 = { + url = "github:outfoxxed/hy3?ref=hl0.45.0"; + inputs.hyprland.follows = "hyprland"; + }; utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; |