diff options
author | Mihai Fufezan <[email protected]> | 2024-02-23 17:16:51 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-02-24 00:48:11 +0200 |
commit | f27054c13e72598e43771cb3f8bfad8ac6c6668f (patch) | |
tree | 8f960e13372a43f0c2d087a8ccb14b3f967ae456 /flake.nix | |
parent | bdbd8d965d4f1a13129c72505bb556445ce0bc90 (diff) | |
download | Hyprland-f27054c13e72598e43771cb3f8bfad8ac6c6668f.tar.gz Hyprland-f27054c13e72598e43771cb3f8bfad8ac6c6668f.zip |
flake.nix: override inputs for xdph and hyprlang
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ hyprlang = { url = "github:hyprwm/hyprlang"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; }; xdph = { @@ -32,6 +33,7 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; inputs.hyprland-protocols.follows = "hyprland-protocols"; + inputs.hyprlang.follows = "hyprlang"; }; }; |