try old rev for hyprland

This commit is contained in:
Daylin Morgan 2024-05-24 11:39:45 -05:00
parent 17561f7ab7
commit 7ff50c1310
Signed by: daylin
GPG Key ID: 950D13E9719334AD
3 changed files with 13 additions and 9 deletions

View File

@ -233,19 +233,20 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1716491954, "lastModified": 1715701512,
"narHash": "sha256-Qf1mEPacXhhM5KFm7HG2F/UBfzkjSBK57gKquA5TAVY=", "narHash": "sha256-WDu35MgBgfaBM7OFnA9YotU9iJEYQrWKdljAJ3I5Gd0=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "4e42107d25dc47ee94da282db233f85f1e4c6bd0", "rev": "4cdddcfe466cb21db81af0ac39e51cc15f574da9",
"revCount": 4733, "revCount": 4686,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland/"
}, },
"original": { "original": {
"rev": "4cdddcfe466cb21db81af0ac39e51cc15f574da9",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland/"
} }
}, },
"hyprland-contrib": { "hyprland-contrib": {

View File

@ -17,9 +17,8 @@
tsm.url = "github:daylinmorgan/tsm?dir=nix"; tsm.url = "github:daylinmorgan/tsm?dir=nix";
tsm.inputs.nixpkgs.follows = "nixpkgs"; tsm.inputs.nixpkgs.follows = "nixpkgs";
# hyprland.url = "github:hyprwm/Hyprland/main"; # see todo.md
# https://github.com/hyprwm/Hyprland/issues/5891 hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.url = "github:hyprwm/contrib";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";

View File

@ -14,4 +14,8 @@
- [ ] rework CI so it's not building all systems on every pull - [ ] rework CI so it's not building all systems on every pull
- [ ] hyprland isn't doing alright with Xwayland and friends:
| https://github.com/hyprwm/Hyprland/issues/6133
| for now reverting to the commit vaxerski mentions in 6210
<!-- generated with <3 by daylinmorgan/todo --> <!-- generated with <3 by daylinmorgan/todo -->