From db4959df1eedb393d5c21462ee825dcab73343ba Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 18 Sep 2024 22:17:21 -0400 Subject: [PATCH] fix(hypr): pin to last working commit --- flake.lock | 9 +++++---- flake.nix | 1 + inputs.nix | 4 ++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f9a2c678..3b4d465c 100644 --- a/flake.lock +++ b/flake.lock @@ -612,16 +612,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1726681673, - "narHash": "sha256-n7EMRe/uMZ4QdM/DWsewc7LLRaR0GGzQIV3uu9BFZbU=", + "lastModified": 1726677836, + "narHash": "sha256-JRmVRTZr6N3p9OgvKQrrtmNAPQEtgSX3L3tKy1mf6zA=", "ref": "refs/heads/main", - "rev": "e6cf643f5ab1c1545fb858ab1fd9d7538ef9e0f3", - "revCount": 5235, + "rev": "b248d59713d99a8338d25f4765fd2f564069f98b", + "revCount": 5233, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" }, "original": { + "rev": "b248d59713d99a8338d25f4765fd2f564069f98b", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" diff --git a/flake.nix b/flake.nix index e1b0da05..d01f2d3d 100644 --- a/flake.nix +++ b/flake.nix @@ -140,6 +140,7 @@ nixpkgs.follows = "nixpkgs"; systems.follows = "systems"; }; + rev = "b248d59713d99a8338d25f4765fd2f564069f98b"; submodules = true; type = "git"; url = "https://github.com/hyprwm/Hyprland"; diff --git a/inputs.nix b/inputs.nix index 64f24aa8..18a218a2 100644 --- a/inputs.nix +++ b/inputs.nix @@ -112,6 +112,10 @@ let type = "git"; url = "https://github.com/hyprwm/Hyprland"; submodules = true; + rev = "b248d59713d99a8338d25f4765fd2f564069f98b"; + + # FIXME: discord crashes https://github.com/hyprwm/Hyprland/issues/7846 + # rev = "94140e886ea8c4ac34478d290c212f0f5454ab2e"; }; hyprland-plugins = mkHyprDep {