77af2e4538
- Don't overwrite `nix-bitcoin-release.nix` on errors - Show a message to indicate whether `nix-bitcoin-release.nix` was updated - Don't start a shell when called noninteractively Also, update `usage.md` and reformat `shell.nix`.
9 lines
231 B
Nix
9 lines
231 B
Nix
let
|
|
nix-bitcoin = toString (import ./nix-bitcoin-release.nix);
|
|
in
|
|
import "${nix-bitcoin}/helper/makeShell.nix" {
|
|
configDir = ./.;
|
|
# Set this to modify your shell
|
|
# extraShellInitCmds = pkgs: ''<my bash code>'';
|
|
}
|