I hereby claim:
- I am gonzaloetjo on github.
- I am getse (https://keybase.io/getse) on keybase.
- I have a public key ASC4NLO2vNjpWc35N705c9t97g75oh3EWKR--z4ZCTHCuwo
To claim this, I am signing this object:
source_url "https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997/direnvrc" "sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0=" | |
use devenv |
❯ cd foundry-devenv | |
direnv: loading ~/devenv/foundry-devenv/.envrc | |
direnv: loading https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997/direnvrc (sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0=) | |
direnv: using devenv | |
direnv: .envrc changed, reloading | |
direnv: ([/nix/store/vhskx613mi6c7cc10maw83bbgay906cl-direnv-2.32.3/bin/direnv export zsh]) is taking a while to execute. Use CTRL-C to give up. | |
• Using Cachix: devenv | |
error: | |
… while calling the 'derivationStrict' builtin | |
at <nix/derivation-internal.nix>:9:12: |
I hereby claim:
To claim this, I am signing this object:
pragma solidity >=0.4.22 <0.7.0; | |
/** | |
* @title Storage | |
* @dev Store & retreive value in a variable | |
*/ | |
contract Storage { | |
uint256 number; |