I hereby claim:
- I am emeryrose on github.
- I am emrose (https://keybase.io/emrose) on keybase.
- I have a public key ASC1J0iDL_1cw6HDl1d23e751pZc9icW3ZzqXTnV6GXtKwo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nixos/nix | |
RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs | |
RUN nix-channel --update | |
RUN nix-build -A pythonFull '<nixpkgs>' | |
RUN nix-env -iA nixpkgs.gitAndTools.gitFull | |
RUN nix-env -iA nixpkgs.zsh | |
RUN nix-env -iA cachix -f https://cachix.org/api/v1/install | |
RUN cachix use dapp | |
RUN git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #fff; | |
} | |
nav ul.links { | |
background: #fff; | |
text-align: center; | |
} | |
nav .links li { |