diff --git a/flake.lock b/flake.lock index 00f81c4..bcd721c 100644 --- a/flake.lock +++ b/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": { diff --git a/flake.nix b/flake.nix index bcc92c2..007ff8f 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/todo.md b/todo.md index ad4544f..31dc21d 100644 --- a/todo.md +++ b/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 +