diff options
author | Mihai Fufezan <[email protected]> | 2024-09-22 21:19:09 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-27 00:07:52 +0300 |
commit | 14942bca60cc7d85e8238a151bd444112601ebe6 (patch) | |
tree | bdb4c07166732ff2524678c6b25737387e84fef3 /flake.nix | |
parent | 77f2a01304f33a2dc7c9002ca9fb20a7653e6ae1 (diff) | |
download | Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.tar.gz Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.zip |
Nix: re-add hyprland-protocols
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ inputs.hyprlang.follows = "hyprlang"; }; + hyprland-protocols = { + url = "github:hyprwm/hyprland-protocols"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; + }; + hyprlang = { url = "github:hyprwm/hyprlang"; inputs.nixpkgs.follows = "nixpkgs"; |