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 4ba68b7 commit 432c75fCopy full SHA for 432c75f
nix/shell.nix
@@ -25,8 +25,9 @@ in mkShell {
25
26
shellHook = lib.optionalString (!isMacM1) ''
27
echo "Patching env.sh to use Nix Nim..."
28
- env_sh="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/substituteInPlace "$env_sh" \
32
--replace-warn "/vendor/Nim/bin/nim" "${pkgs.nim}/bin/nim"
33
fi
0 commit comments