about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/lf-make-map/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-05 12:59:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-05 12:59:36 +0200
commit023b7cd0ada0cb153769bdcc931ef04512d125c4 (patch)
tree584315a010a9eccdd182e48801496ea4e226bfcb /sys/nixpkgs/pkgs/lf-make-map/update.sh
parentbuild(treewide): Update (diff)
downloadnixos-config-023b7cd0ada0cb153769bdcc931ef04512d125c4.zip
feat(pkgs/lf-make-map): Init
Diffstat (limited to '')
-rwxr-xr-xsys/nixpkgs/pkgs/lf-make-map/update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/lf-make-map/update.sh b/sys/nixpkgs/pkgs/lf-make-map/update.sh
new file mode 100755
index 00000000..b34dabfa
--- /dev/null
+++ b/sys/nixpkgs/pkgs/lf-make-map/update.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+nix flake update
+cargo update
+[ "$1" = "upgrade" ] && cargo upgrade