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