about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-10 10:59:28 +0300
committerK900 <me@0upti.me>2024-01-10 11:00:40 +0300
commitea5a3c85422a6be407d89dc30205f015179e7337 (patch)
treeb8783eb437aed5104d4b28a7c7ae2f632ef8b7c2 /pkgs/applications
parent9e18f45352856daa5484f08b9e309a9282a8e575 (diff)
yuzuPackages: add update-all script
Diffstat (limited to 'pkgs/applications')
-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 "$@"