aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
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";
};
};