Skip to content

Commit 45a7b1f

Browse files
committed
Add bin/upgrade-deps
1 parent 9564178 commit 45a7b1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/upgrade-deps

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
cd "$(realpath "$(dirname "$0")"/..)"
6+
7+
nix flake update
8+
./bin/antq --upgrade || true

0 commit comments

Comments
 (0)