aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-02-23 17:16:51 +0200
committerMihai Fufezan <[email protected]>2024-02-24 00:48:11 +0200
commitf27054c13e72598e43771cb3f8bfad8ac6c6668f (patch)
tree8f960e13372a43f0c2d087a8ccb14b3f967ae456 /flake.nix
parentbdbd8d965d4f1a13129c72505bb556445ce0bc90 (diff)
downloadHyprland-f27054c13e72598e43771cb3f8bfad8ac6c6668f.tar.gz
Hyprland-f27054c13e72598e43771cb3f8bfad8ac6c6668f.zip
flake.nix: override inputs for xdph and hyprlang
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 59ad22ae..675a6d92 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};
};