diff options
author | Mihai Fufezan <[email protected]> | 2024-04-12 20:35:31 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-04-12 20:39:00 +0300 |
commit | d8d0d3b20bdb4e4320989349dacd6deb17cfb619 (patch) | |
tree | e64d1896bc84646f82b9e18165aa1534a60b0bd3 /flake.nix | |
parent | 382b6d3f6b26284388cfe3181c447f11a8dc9bee (diff) | |
download | Hyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.tar.gz Hyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.zip |
Nix & Meson: switch to wlroots-hyprland
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -8,10 +8,9 @@ systems.url = "github:nix-systems/default-linux"; wlroots = { - type = "gitlab"; - host = "gitlab.freedesktop.org"; - owner = "wlroots"; - repo = "wlroots"; + type = "github"; + owner = "hyprwm"; + repo = "wlroots-hyprland"; rev = "62eeffbe233d199f520a5755c344e85f8eab7940"; flake = false; }; |