examples/shell.nix: Add shell version variable
This simplifies future shell upgrades.
This commit is contained in:
@@ -3,6 +3,7 @@ let
|
||||
in
|
||||
import "${nix-bitcoin}/helper/makeShell.nix" {
|
||||
configDir = ./.;
|
||||
shellVersion = "0.0.51";
|
||||
# Set this to modify your shell
|
||||
# extraShellInitCmds = pkgs: ''<my bash code>'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user