examples/shell.nix: Add shell version variable
This simplifies future shell upgrades.
This commit is contained in:
parent
ed8792c72b
commit
1f8f2b2139
2 changed files with 2 additions and 1 deletions
|
|
@ -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>'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue