about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/lf-make-map/update.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsys/nixpkgs/pkgs/lf-make-map/update.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/lf-make-map/update.sh b/sys/nixpkgs/pkgs/lf-make-map/update.sh
index b34dabfa..a0a029f4 100755
--- a/sys/nixpkgs/pkgs/lf-make-map/update.sh
+++ b/sys/nixpkgs/pkgs/lf-make-map/update.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env sh
 
 nix flake update
-cargo update
+
 [ "$1" = "upgrade" ] && cargo upgrade
+cargo update