We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534372 commit 47f127fCopy full SHA for 47f127f
justfile
@@ -47,7 +47,7 @@ test-ffi-nix-go-bindings: build-ffi-nix
47
48
# This runs golang outside a nix shell to validate viability
49
# without the env setup performed by a nix shell
50
- GO="nix run $PWD#go"
+ GO="nix run $FLAKE_PATH#go"
51
52
cd result/ffi
53
0 commit comments