diff options
author | Mihai Fufezan <[email protected]> | 2023-07-19 19:18:13 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-07-20 11:20:22 +0300 |
commit | a58b70ca0768cdb483835c53a293b3b1a8b3e812 (patch) | |
tree | bace732a5fad2c482021bc913f6755353ea64146 /flake.nix | |
parent | 91e3c654d309c7723bef374cd4d1a0198a16ba53 (diff) | |
download | Hyprland-a58b70ca0768cdb483835c53a293b3b1a8b3e812.tar.gz Hyprland-a58b70ca0768cdb483835c53a293b3b1a8b3e812.zip |
CI: update scripts
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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; }; |