flake.nix: unlock Hyprland revision

Revert "flake.nix: lock Hyprland input due to #6376"

This reverts commit 67269ed271d41623bd5e0147fa70a03c182614f5.

Gamescope isn't important right now
This commit is contained in:
NullBite 2024-06-25 17:06:57 -04:00
parent 24b3f04126
commit 85861bbff8
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

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

View File

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