You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to install dapptools on my fresh ubuntu, I discovered that dapptools only works perfectly with nix 2.5.1.
These are the problems that I encounter when using nix 2.6.x and 2.7.x
checking for references to /build/ in /nix/store/gbgnx6pc1yfccbbgva4ilajhfkvrnlhw-solc-static-0.8.11...
automatically fixing dependencies for ELF files
searching for dependencies of /nix/store/gbgnx6pc1yfccbbgva4ilajhfkvrnlhw-solc-static-0.8.11/bin/.solc-0.8.11-wrapped
error: file 'REPEAT' was not found in the Nix search path (add it using $NIX_PATH or -I)
at /nix/store/cz726jh79y4vciyvxx1q5kg3mi84zliw-env-manifest.nix:1:2732:
So instead of installing the latest version of nix, I use nix 2.5.1:
sh <(curl -L https://releases.nixos.org/nix/nix-2.5.1/install) --no-daemon
curl https://dapp.tools/install | sh
When I tried to install dapptools on my fresh ubuntu, I discovered that dapptools only works perfectly with nix 2.5.1.
These are the problems that I encounter when using nix 2.6.x and 2.7.x
So instead of installing the latest version of nix, I use nix 2.5.1:
Related issue:
The text was updated successfully, but these errors were encountered: