Skip to content

Commit e938a9d

Browse files
fix: nix shell correct env sh path
1 parent 13c5b5b commit e938a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ in mkShell {
2525

2626
shellHook = lib.optionalString (!isMacM1) ''
2727
echo "Patching env.sh to use Nix Nim..."
28-
env_sh="${toString ./vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/vendor/nimbus-build-system/scripts/env.sh}"
28+
env_sh="/go/src/github.com/status-im/status-go/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/vendor/nimbus-build-system/scripts/env.sh"
2929
if [ -f "$env_sh" ]; then
3030
echo "Replacing nim by ${pkgs.nim}/bin/nim"
3131
${pkgs.gnused}/bin/sed -i 's#/vendor/Nim/bin/nim#${pkgs.nim}/bin/nim#g' "$env_sh"

0 commit comments

Comments
 (0)