aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0cc0b0f1..fc595c3d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,11 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
wlroots = {
- url = "gitlab:wlroots/wlroots?host=gitlab.freedesktop.org";
+ type = "gitlab";
+ host = "gitlab.freedesktop.org";
+ owner = "wlroots";
+ repo = "wlroots";
+ rev = "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e";
flake = false;
};