sgdboop: add updateScript

This commit is contained in:
Fazzi
2026-04-10 21:11:07 +01:00
parent 4c1018dae0
commit f343eb5592
+3
View File
@@ -5,6 +5,7 @@
curl,
pkg-config,
wrapGAppsHook3,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sgdboop";
@@ -48,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: {
curl
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Applying custom artwork to Steam, using SteamGridDB";
homepage = "https://github.com/SteamGridDB/SGDBoop/";