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";