diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-07 17:57:00 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-07 17:57:00 +0100 |
commit | a0f75040c33de258126f7cde1f2896c2d4b4d6d5 (patch) | |
tree | 5c9b10f70627e71cca52af51b972200cd25e1774 /pkgs/by-name/ba/back | |
parent | pkgs/back/.envrc: Stop fetching when loading the shell (diff) | |
download | nixos-server-a0f75040c33de258126f7cde1f2896c2d4b4d6d5.zip |
pkgs/back/update.sh: Don't worry about incompatible semver changes
`back` is usually not big enough to be affected by semver incompatible changes. (And if it's affected, fixing it is usually really simple.)
Diffstat (limited to 'pkgs/by-name/ba/back')
-rwxr-xr-x | pkgs/by-name/ba/back/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ba/back/update.sh b/pkgs/by-name/ba/back/update.sh index c715a63..11bd23a 100755 --- a/pkgs/by-name/ba/back/update.sh +++ b/pkgs/by-name/ba/back/update.sh @@ -11,5 +11,5 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/agpl.txt>. -[ "$1" = "upgrade" ] && cargo upgrade +[ "$1" = "upgrade" ] && cargo upgrade --incompatible cargo update |