View shell.nix
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
{ pkgs ? import <nixpkgs> {}, ... }: | |
let | |
inherit (pkgs) stdenv; | |
in stdenv.mkDerivation { | |
name = "myproject-devenv"; | |
buildInputs = with pkgs; [ | |
postgresql | |
]; | |
shellHook = '' | |
export PGDATA=$PWD/postgres_data |
View kovanether
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
0x00106c8E699200DDbf2b6e1Ed7970A662A12d208 |
View testether
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
0x551Da1Ef950A18f4ba735213d7ca2Bd15ffd7275 |