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 13c5b5b commit e938a9dCopy full SHA for e938a9d
nix/shell.nix
@@ -25,7 +25,7 @@ in mkShell {
25
26
shellHook = lib.optionalString (!isMacM1) ''
27
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}"
+ 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"
29
if [ -f "$env_sh" ]; then
30
echo "Replacing nim by ${pkgs.nim}/bin/nim"
31
${pkgs.gnused}/bin/sed -i 's#/vendor/Nim/bin/nim#${pkgs.nim}/bin/nim#g' "$env_sh"
0 commit comments