aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-07-19 19:18:13 +0300
committerMihai Fufezan <[email protected]>2023-07-20 11:20:22 +0300
commita58b70ca0768cdb483835c53a293b3b1a8b3e812 (patch)
treebace732a5fad2c482021bc913f6755353ea64146 /flake.nix
parent91e3c654d309c7723bef374cd4d1a0198a16ba53 (diff)
downloadHyprland-a58b70ca0768cdb483835c53a293b3b1a8b3e812.tar.gz
Hyprland-a58b70ca0768cdb483835c53a293b3b1a8b3e812.zip
CI: update scripts
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;
};