mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try old rev for hyprland
This commit is contained in:
parent
17561f7ab7
commit
7ff50c1310
3 changed files with 13 additions and 9 deletions
13
flake.lock
13
flake.lock
|
@ -233,19 +233,20 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1716491954,
|
||||
"narHash": "sha256-Qf1mEPacXhhM5KFm7HG2F/UBfzkjSBK57gKquA5TAVY=",
|
||||
"lastModified": 1715701512,
|
||||
"narHash": "sha256-WDu35MgBgfaBM7OFnA9YotU9iJEYQrWKdljAJ3I5Gd0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "4e42107d25dc47ee94da282db233f85f1e4c6bd0",
|
||||
"revCount": 4733,
|
||||
"rev": "4cdddcfe466cb21db81af0ac39e51cc15f574da9",
|
||||
"revCount": 4686,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
"url": "https://github.com/hyprwm/Hyprland/"
|
||||
},
|
||||
"original": {
|
||||
"rev": "4cdddcfe466cb21db81af0ac39e51cc15f574da9",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
"url": "https://github.com/hyprwm/Hyprland/"
|
||||
}
|
||||
},
|
||||
"hyprland-contrib": {
|
||||
|
|
|
@ -17,9 +17,8 @@
|
|||
tsm.url = "github:daylinmorgan/tsm?dir=nix";
|
||||
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# hyprland.url = "github:hyprwm/Hyprland/main";
|
||||
# https://github.com/hyprwm/Hyprland/issues/5891
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
# see todo.md
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9";
|
||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||
|
||||
|
|
4
todo.md
4
todo.md
|
@ -14,4 +14,8 @@
|
|||
|
||||
- [ ] 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 -->
|
||||
|
|
Loading…
Reference in a new issue