Merge fort-nix/nix-bitcoin#399: examples: Fix shell on non-Linux systems
46af0b1a8dexamples: fix shell on non-Linux systems (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK46af0b1a8dTree-SHA512: bc3c24c75b2d26a30f9f4f88700da8a78d8276802b47ddaf3d52097ba6ed16a7b7ca662085e2775a2cd1654b07c1759c36918ee0ab05eb90fbfeac3265576510
This commit is contained in:
commit
e86d1ff0ff
2 changed files with 9 additions and 9 deletions
|
|
@ -18,11 +18,11 @@ By default, [`configuration.nix`](configuration.nix) enables `bitcoind` and `cli
|
|||
Requires: [Nix](https://nixos.org/), a systemd-based Linux distro and root privileges
|
||||
|
||||
- [`./deploy-qemu-vm.sh`](deploy-qemu-vm.sh) creates a QEMU VM.\
|
||||
Requires: [Nix](https://nixos.org/nix/)
|
||||
Requires: [Nix](https://nixos.org/nix/), Linux
|
||||
|
||||
- [`./deploy-krops.sh`](deploy-krops.sh) creates a QEMU VM and deploys a
|
||||
nix-bitcoin configuration to it using [krops](https://github.com/krebs/krops).\
|
||||
Requires: [Nix](https://nixos.org/nix/)
|
||||
Requires: [Nix](https://nixos.org/nix/), Linux
|
||||
|
||||
- [`./deploy-container-minimal.sh`](deploy-container-minimal.sh) creates a
|
||||
container defined by [importable-configuration.nix](importable-configuration.nix).\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue