2020-02-19 08:37:46 -08:00
|
|
|
let
|
2021-09-08 08:01:17 -07:00
|
|
|
nix-bitcoin = toString (import ./nix-bitcoin-release.nix);
|
2020-02-19 08:37:46 -08:00
|
|
|
in
|
2021-09-08 08:01:17 -07:00
|
|
|
import "${nix-bitcoin}/helper/makeShell.nix" {
|
|
|
|
configDir = ./.;
|
2021-09-15 03:14:57 -07:00
|
|
|
shellVersion = "0.0.51";
|
2021-09-08 08:01:17 -07:00
|
|
|
# Set this to modify your shell
|
2021-09-13 01:23:49 -07:00
|
|
|
# extraShellInitCmds = pkgs: ''<my bash code>'';
|
2021-09-08 08:01:17 -07:00
|
|
|
}
|