Commit graph

6 commits

Author SHA1 Message Date
Erik Arvstedt
9808a5e5d4
update to NixOS 25.05 2025-06-10 13:45:57 +02:00
Jonas Nick
296ef4a546
Merge fort-nix/nix-bitcoin#762: dev: add more automation to NixOS version updates
fe8c6b1e6a dev: add more automation to NixOS version updates (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK fe8c6b1e6a

Tree-SHA512: 692348f608dfe0aa0ab88427b8402f6a03c8b4fc1e62070ae6ceda40c7f96dbf02bda759437273bd6c73c5b55d2a1c149a9d1be3c05ae9f6483023dff1efcc18
2025-01-26 08:45:29 +00:00
Erik Arvstedt
fe8c6b1e6a
dev: add more automation to NixOS version updates
Use the `update-flake.sh` script to auto-update the NixOS version at
various places.

Also update `examples/container/flake.nix` which has been
missing in the update instructions.
2025-01-25 22:24:09 +01:00
Erik Arvstedt
b8f6343ee4
fix test persistentContainerExample
This test requires `electrs` to be enabled.

Also, by using `electrs` instead of `clightning` we avoid the bug
where clightning hangs at startup when internet access is unavailable.
Due to technical limititations, internet access is available in NixOS
containers only after the container has started.
2025-01-22 20:41:52 +01:00
Sean Gilligan
306b30cf62 container example: add clightning to flake, remove electrs
Some of the commands listed in usage.sh require clightning to be
enabled. This commit enables clightning so they will work. It also
removes electrs to keep things simple, since electrs is not in
usage.sh
2024-12-18 10:17:34 -08:00
Erik Arvstedt
2c503a9dcf
examples: add persistent container example 2024-02-25 23:00:25 +01:00