flake.nix: override inputs for xdph and hyprlang

This commit is contained in:
Mihai Fufezan
2024-02-23 17:16:51 +02:00
committed by Mihai Fufezan
parent bdbd8d965d
commit f27054c13e
2 changed files with 17 additions and 31 deletions

View File

@@ -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";
};
};