mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
4c9da6057f
Somehow, nix-prefetch-git crashes when ran without --quiet and with stderr redirected
8 lines
330 B
Bash
Executable File
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 "$@"
|