nixpkgs/pkgs/applications/emulators/yuzu/update.sh
K900 4c9da6057f yuzu-ea: fix update script
Somehow, nix-prefetch-git crashes when ran without --quiet and with stderr redirected
2024-01-28 16:57:27 +03:00

8 lines
330 B
Bash
Executable file

#!/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 --override-filename pkgs/applications/emulators/yuzu/early-access/sources.nix "$@"