update to nixos 24.05

This commit is contained in:
Erik Arvstedt
2024-07-18 20:57:00 +02:00
parent 7daab61431
commit 83eb1de24b
7 changed files with 29 additions and 29 deletions
+9 -9
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;
}