azahar: add update script

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-08-16 10:45:11 +02:00
parent 5e67e7be9f
commit f7a5a81a1b
+3
View File
@@ -43,6 +43,7 @@
enableSSE42 ? true, # Disable if your hardware doesn't support SSE 4.2 (mainly CPUs before 2011)
gamemode,
enableGamemode ? lib.meta.availableOn stdenv.hostPlatform gamemode,
nix-update-script,
}:
let
inherit (lib)
@@ -149,6 +150,8 @@ stdenv.mkDerivation (finalAttrs: {
(cmakeBool "ENABLE_SSE42" enableSSE42)
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Open-source 3DS emulator project based on Citra";
homepage = "https://github.com/azahar-emu/azahar";