Commit 5a30c3df authored by Kira Bruneau's avatar Kira Bruneau
Browse files

ukmm: add updateScript

parent 87f91568
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";