Skip to content

Commit 102c62b

Browse files
committed
fixup: Update to use current flake update syntax
1 parent 115b6d9 commit 102c62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ check-ffi-flake-current: check-nix
2525
#!/usr/bin/env bash
2626
set -euo pipefail
2727
cd ffi
28-
nix flake lock --update-input golang
28+
nix flake update golang
2929
../run-just.sh check-clean-branch
3030

3131
# Check if nix is installed

0 commit comments

Comments
 (0)