nix: revert to original wlroots repo

This commit is contained in:
Mihai Fufezan 2022-06-22 23:23:46 +03:00
parent 606f4b0794
commit 11a5e6bcbf
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 13 additions and 11 deletions

View file

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
wlroots = {
url = "github:ThatOneCalculator/wlroots-mirror";
url = "gitlab:wlroots/wlroots?host=gitlab.freedesktop.org";
flake = false;
};
};