From b3cbea1877a103d7ca380a93b9a7faf42cd7c7c4 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 27 Oct 2024 16:30:14 -0500 Subject: [PATCH] nix: fix hyprland build Signed-off-by: Myned --- flake.in.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.in.nix b/flake.in.nix index eeaadec..f4c1bbd 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -59,7 +59,7 @@ 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?ref=refs/tags/v0.44.1&submodules=1" // unstable "nixpkgs"; - hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=5d4b54b01286c10d4b6bf402a772b5938b054ce6&submodules=1" // unstable "nixpkgs"; + hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=6e0aadc585c6d9fdaaebfa5853adbf9610897c82&submodules=1" // unstable "nixpkgs"; hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs"; hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland"; hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs"; diff --git a/flake.nix b/flake.nix index be38e35..573f522 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs-unstable"; - url = "git+https://github.com/hyprwm/Hyprland?ref=main&rev=5d4b54b01286c10d4b6bf402a772b5938b054ce6&submodules=1"; + url = "git+https://github.com/hyprwm/Hyprland?ref=main&rev=6e0aadc585c6d9fdaaebfa5853adbf9610897c82&submodules=1"; }; hyprland-contrib = { inputs.nixpkgs.follows = "nixpkgs-unstable";