Skip to content

Commit 47f127f

Browse files
committed
fixup: Use flake path as intended
1 parent 2534372 commit 47f127f

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
@@ -47,7 +47,7 @@ test-ffi-nix-go-bindings: build-ffi-nix
4747

4848
# This runs golang outside a nix shell to validate viability
4949
# without the env setup performed by a nix shell
50-
GO="nix run $PWD#go"
50+
GO="nix run $FLAKE_PATH#go"
5151

5252
cd result/ffi
5353

0 commit comments

Comments
 (0)