about summary refs log tree commit diff stats
path: root/pkgs/by-name/ba/back
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-07 17:57:00 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-07 17:57:00 +0100
commita0f75040c33de258126f7cde1f2896c2d4b4d6d5 (patch)
tree5c9b10f70627e71cca52af51b972200cd25e1774 /pkgs/by-name/ba/back
parentpkgs/back/.envrc: Stop fetching when loading the shell (diff)
downloadnixos-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-xpkgs/by-name/ba/back/update.sh2
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