ukmm: add updateScript

This commit is contained in:
Kira Bruneau
2023-05-24 13:22:36 -04:00
parent 87f9156865
commit 5a30c3df23
+3
View File
@@ -7,6 +7,7 @@
, atk
, glib
, gtk3-x11
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@@ -66,6 +67,8 @@ rustPlatform.buildRustPackage rec {
"--skip=bnp::test_convert"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A new mod manager for The Legend of Zelda: Breath of the Wild";
homepage = "https://github.com/NiceneNerd/ukmm";