flake.nix: lock Hyprland input due to #6376

This commit is contained in:
NullBite 2024-06-09 20:45:43 +00:00
parent 05d291e81e
commit 67269ed271
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

@ -353,7 +353,6 @@
"locked": { "locked": {
"lastModified": 1717784649, "lastModified": 1717784649,
"narHash": "sha256-rU23X1kppflHachNGlwjjVNtz5haTVgFAUrrQjRE1o0=", "narHash": "sha256-rU23X1kppflHachNGlwjjVNtz5haTVgFAUrrQjRE1o0=",
"ref": "refs/heads/main",
"rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a", "rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a",
"revCount": 4774, "revCount": 4774,
"submodules": true, "submodules": true,
@ -361,6 +360,7 @@
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"rev": "c31d9ef4172452f6f219f91d9b87a24d91f0cf3a",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View File

@ -42,7 +42,7 @@
}; };
# no inputs.nixpkgs.follows so i can use cachix # 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 = { hyprwm-contrib = {
url = "github:hyprwm/contrib"; url = "github:hyprwm/contrib";