Nix & Meson: switch to wlroots-hyprland

This commit is contained in:
Mihai Fufezan 2024-04-12 20:35:31 +03:00
parent 382b6d3f6b
commit d8d0d3b20b
No known key found for this signature in database
6 changed files with 20 additions and 22 deletions

View file

@ -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;
};