From 85861bbff87a640eb727b36e8aae63a8c644e9f5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 25 Jun 2024 17:06:57 -0400 Subject: [PATCH] flake.nix: unlock Hyprland revision Revert "flake.nix: lock Hyprland input due to #6376" This reverts commit 67269ed271d41623bd5e0147fa70a03c182614f5. Gamescope isn't important right now --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 6a2e0ad..afb10d1 100644 --- a/flake.lock +++ b/flake.lock @@ -419,6 +419,7 @@ "locked": { "lastModified": 1717784649, "narHash": "sha256-rU23X1kppflHachNGlwjjVNtz5haTVgFAUrrQjRE1o0=", + "ref": "refs/heads/main", "rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a", "revCount": 4774, "submodules": true, @@ -426,7 +427,6 @@ "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 a4bfd4f..a277c3f 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&rev=c31d9ef4172452f6f219f91d9b87a24d91f0cf3a"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprwm-contrib = { url = "github:hyprwm/contrib";