outfly: add update-script

This commit is contained in:
git@71rd.net
2026-02-20 11:05:10 +00:00
parent f31d73096b
commit 9c7c304de7
+3
View File
@@ -13,6 +13,7 @@
libxcursor,
libx11,
libxi,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -58,6 +59,8 @@ rustPlatform.buildRustPackage rec {
categories = [ "Game" ];
})
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Breathtaking 3D space game in the rings of Jupiter";
homepage = "https://yunicode.itch.io/outfly";