Pin hyprland to common nixpkgs revision

This commit is contained in:
2024-08-24 10:42:09 -07:00
parent 5957599041
commit 05477d1191
2 changed files with 13 additions and 29 deletions

View File

@@ -13,10 +13,10 @@
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
rev = "9a09eac79b85c846e3a865a9078a3f8ff65a9259";
inputs.nixpkgs.follows = "nixpkgs";
};
hy3 = {
url = "github:outfoxxed/hy3?ref=hl0.42.0";
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
};