gamescope: add update script

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-02-15 18:41:18 +01:00
parent 52a3eea7ac
commit 4a0f1c81d3
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -26,6 +26,7 @@
, libdisplay-info
, lib
, makeBinaryWrapper
, nix-update-script
, enableExecutable ? true
, enableWsi ? true
}:
@ -131,6 +132,8 @@ stdenv.mkDerivation (finalAttrs: {
cp -r ${joshShaders}/* $out/share/gamescope/reshade/
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "SteamOS session compositing window manager";
homepage = "https://github.com/ValveSoftware/gamescope";