From 1f62a179d74983084513c12ea5ea83c36cebe90f Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 8 Sep 2024 22:20:08 -0500 Subject: [PATCH] nix: lock hyprland to v0.43.0 Signed-off-by: Myned --- flake.in.nix | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.in.nix b/flake.in.nix index 9267a3e..c1c8267 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -61,13 +61,13 @@ bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs"; fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs"; hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs"; - hyprland = flake "git+https://github.com/hyprwm/Hyprland?submodules=1" // unstable "nixpkgs"; - # hyprland = - # flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.41.2&submodules=1" - # // unstable "nixpkgs"; - # hyprland = - # flake "git+https://github.com/UjinT34/Hyprland?ref=vrr-cursor-fix&submodules=1" - # // unstable "nixpkgs"; + #// hyprland = flake "git+https://github.com/hyprwm/Hyprland?submodules=1" // unstable "nixpkgs"; + hyprland = + flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.43.0&submodules=1" + // unstable "nixpkgs"; + #// hyprland = + #// flake "git+https://github.com/UjinT34/Hyprland?ref=vrr-cursor-fix&submodules=1" + #// // unstable "nixpkgs"; hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs"; hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland"; diff --git a/flake.nix b/flake.nix index 6ac4b07..e4a7744 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs-unstable"; - url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + url = "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.43.0&submodules=1"; }; hyprland-contrib = { inputs.nixpkgs.follows = "nixpkgs-unstable";