From 67269ed271d41623bd5e0147fa70a03c182614f5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 9 Jun 2024 20:45:43 +0000 Subject: [PATCH] flake.nix: lock Hyprland input due to #6376 --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index fb5f699..6a3479f 100644 --- a/flake.lock +++ b/flake.lock @@ -353,7 +353,6 @@ "locked": { "lastModified": 1717784649, "narHash": "sha256-rU23X1kppflHachNGlwjjVNtz5haTVgFAUrrQjRE1o0=", - "ref": "refs/heads/main", "rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a", "revCount": 4774, "submodules": true, @@ -361,6 +360,7 @@ "url": "https://github.com/hyprwm/Hyprland" }, "original": { + "rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" diff --git a/flake.nix b/flake.nix index b4c6796..1e445b5 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; # no inputs.nixpkgs.follows so i can use cachix - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=c31d9ef4172452f6f219f91d9b87a24d91f0cf3a"; hyprwm-contrib = { url = "github:hyprwm/contrib";