diff --git a/devices/binto/modules/nix-gaming.nix b/devices/binto/modules/nix-gaming.nix index 41a3dec..0c93217 100644 --- a/devices/binto/modules/nix-gaming.nix +++ b/devices/binto/modules/nix-gaming.nix @@ -36,6 +36,7 @@ in { }) pkgs.r2modman + pkgs.ryujinx ]; # Give wine a constant path for lutris diff --git a/flake.lock b/flake.lock index 7452e89..eaa26e8 100644 --- a/flake.lock +++ b/flake.lock @@ -2222,16 +2222,15 @@ "systems": "systems_6" }, "locked": { - "lastModified": 1716199546, - "narHash": "sha256-JBgTKrTE3nPb9RkPLNTjKDjY/r0THrCEnwE2/hkr8rg=", + "lastModified": 1717623141, + "narHash": "sha256-f4gcGtTbG4HzMX+REA04F5itVMn/oS+sZYYz3NYCbEE=", "owner": "danyspin97", "repo": "wpaperd", - "rev": "21fafdc0b8e8c8e8aa2524acb5890e3cb860ded9", + "rev": "c3593c10f3731120b3d734caf520d74dcef79069", "type": "github" }, "original": { "owner": "danyspin97", - "ref": "21fafdc0b8e8c8e8aa2524acb5890e3cb860ded9", "repo": "wpaperd", "type": "github" } diff --git a/flake.nix b/flake.nix index 393b1ae..ae01597 100644 --- a/flake.nix +++ b/flake.nix @@ -323,7 +323,6 @@ wpaperd = { inputs.nixpkgs.follows = "nixpkgs"; owner = "danyspin97"; - ref = "21fafdc0b8e8c8e8aa2524acb5890e3cb860ded9"; repo = "wpaperd"; type = "github"; }; diff --git a/inputs.nix b/inputs.nix index 7463b54..c314371 100644 --- a/inputs.nix +++ b/inputs.nix @@ -151,9 +151,6 @@ let wpaperd = mkDep { owner = "danyspin97"; repo = "wpaperd"; - - # FIXME: latest has dep issues with 'dav1d' - ref = "21fafdc0b8e8c8e8aa2524acb5890e3cb860ded9"; }; };