aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-04-12 20:35:31 +0300
committerMihai Fufezan <[email protected]>2024-04-12 20:39:00 +0300
commitd8d0d3b20bdb4e4320989349dacd6deb17cfb619 (patch)
treee64d1896bc84646f82b9e18165aa1534a60b0bd3 /flake.nix
parent382b6d3f6b26284388cfe3181c447f11a8dc9bee (diff)
downloadHyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.tar.gz
Hyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.zip
Nix & Meson: switch to wlroots-hyprland
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 4f36a59c..edcbeff4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
};