gnome.updateScript: allow updating to unstable releases
It is now possible to update to GNOME pre-release by simply running: GNOME_UPDATE_STABILITY=unstable nix-shell maintainers/scripts/update.nix --arg predicate '(path: pkg: pkg.updateScript.name or null == "gnome-update-script")' --argstr keep-going true --argstr commit true
This commit is contained in:
parent
86a0a335dc
commit
00ee56846b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
|||
package_version="$3"
|
||||
version_policy="$4"
|
||||
|
||||
flvFlags=("$package_name" "$version_policy" "stable")
|
||||
flvFlags=("$package_name" "$version_policy" "''${GNOME_UPDATE_STABILITY:-stable}")
|
||||
|
||||
if (( $# >= 5 )); then
|
||||
upper_bound="$5"
|
||||
|
|
Loading…
Reference in a new issue