yuzuPackages: add update-all script
This commit is contained in:
parent
9e18f45352
commit
ea5a3c8542
1 changed files with 7 additions and 0 deletions
7
pkgs/applications/emulators/yuzu/update.sh
Executable file
7
pkgs/applications/emulators/yuzu/update.sh
Executable file
|
@ -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 "$@"
|
Loading…
Reference in a new issue