mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
8 lines
252 B
Bash
Executable File
8 lines
252 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 "$@"
|