about summary refs log tree commit diff
path: root/pkgs/applications/emulators/yuzu/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/yuzu/update.sh')
-rwxr-xr-xpkgs/applications/emulators/yuzu/update.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/yuzu/update.sh b/pkgs/applications/emulators/yuzu/update.sh
new file mode 100755
index 0000000000000..4bb96b2105b4d
--- /dev/null
+++ b/pkgs/applications/emulators/yuzu/update.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env nix-shell
+#!nix-shell -i bash -p nix-update
+#shellcheck shell=bash
+nix-update -u yuzuPackages.nx_tzdb "$@"
+nix-update -u yuzuPackages.compat-list "$@"
+nix-update -u yuzuPackages.mainline "$@"
+nix-update -u yuzuPackages.early-access "$@"