File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ Install Nix if you haven't already ([instructions](https://nixos.org/download.ht
29
29
nix profile install github:dapphub/dapptools#dapp # or ethsign, hevm, seth
30
30
```
31
31
32
+ Nix will offer to use the dapptools binary cache, which will speed up installs,
33
+ but requires you to trust both us and the Cachix infrastructure.
34
+
32
35
### Legacy
33
36
34
37
```
Original file line number Diff line number Diff line change 7
7
ethereum-hevm . url = "github:ethereum/hevm" ;
8
8
} ;
9
9
10
+ nixConfig = {
11
+ extra-substituters = [ "https://dapp.cachix.org" ] ;
12
+ extra-substituters-public-keys = [ "dapp.cachix.org-1:9GJt9Ja8IQwR7YW/aF0QvCa6OmjGmsKoZIist0dG+Rs=" ] ;
13
+ } ;
14
+
10
15
outputs = { self , nixpkgs , ethereum-hevm } :
11
16
let
12
17
supportedSystems = [
You can’t perform that action at this time.
0 commit comments