update to NixOS 24.11

This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:23 +01:00
parent ba46d20a25
commit a3ded4cf74
No known key found for this signature in database
GPG key ID: 33312B944DD97846
6 changed files with 16 additions and 15 deletions

View file

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