Merge fort-nix/nix-bitcoin#389: examples/shell.nix: Add upgrade note for NixOps users
0186b2a764
examples/shell.nix: Add upgrade note for NixOps users (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK0186b2a764
Tree-SHA512: 656ea58e730f12cbb9c9856b79978a50adcdeaae8a693b32f4aaf6a0c6118a1728946ba4ec6a09b0dc15b6c0379b367b7c102300c13c3df252300716068ab30c
This commit is contained in:
commit
6bf6c225e2
@ -11,4 +11,15 @@ throw ''
|
||||
else
|
||||
cp ${toString ../examples/shell.nix} .
|
||||
fi
|
||||
|
||||
Note to NixOps users:
|
||||
- After updating `shell.nix`, secrets are no longer auto-generated
|
||||
when starting the shell. Please manually run shell command `generate-secrets`
|
||||
before deploying.
|
||||
- NixOps version 19.09 that shipped with nix-bitcoin is deprecated and is no longer
|
||||
available in the shell.
|
||||
Instead, you can add a current NixOps version to your shell PATH via `extraShellInitCmds`
|
||||
or migrate to the krops deployment method.
|
||||
See here for a migration guide:
|
||||
${toString ../docs/nixops-krops-migration.md}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user