1f8f2b2139
This simplifies future shell upgrades.
10 lines
260 B
Nix
10 lines
260 B
Nix
let
|
|
nix-bitcoin = toString (import ./nix-bitcoin-release.nix);
|
|
in
|
|
import "${nix-bitcoin}/helper/makeShell.nix" {
|
|
configDir = ./.;
|
|
shellVersion = "0.0.51";
|
|
# Set this to modify your shell
|
|
# extraShellInitCmds = pkgs: ''<my bash code>'';
|
|
}
|