update to nixos 24.05

This commit is contained in:
Erik Arvstedt 2024-07-15 20:31:26 +02:00
parent 7daab61431
commit 83eb1de24b
No known key found for this signature in database
GPG key ID: 33312B944DD97846
7 changed files with 29 additions and 29 deletions

View file

@ -2,23 +2,23 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
charge-lnd
extra-container
lightning-loop
lightning-pool
lndconnect;
inherit (pkgsUnstable)
bitcoin
bitcoind
btcpayserver
charge-lnd
clightning
electrs
elementsd
fulcrum
extra-container
hwi
lnd
lightning-loop
lightning-pool
lndconnect
nbxplorer;
inherit (pkgsUnstable)
fulcrum
lnd;
inherit pkgs pkgsUnstable;
}