Skip to content

Instantly share code, notes, and snippets.

@gonzaloetjo
gonzaloetjo / .envrc
Last active April 17, 2024 09:24
Foundry overlay issue
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:
@gonzaloetjo
gonzaloetjo / keybase.md
Created December 29, 2021 06:42
keybase

Keybase proof

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:

@gonzaloetjo
gonzaloetjo / 1_Storage.sol
Created May 3, 2020 13:05
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.0+commit.26b70077.js&optimize=true&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retreive value in a variable
*/
contract Storage {
uint256 number;