From f27054c13e72598e43771cb3f8bfad8ac6c6668f Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 23 Feb 2024 17:16:51 +0200 Subject: flake.nix: override inputs for xdph and hyprlang --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') 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"; }; }; -- cgit v1.2.3