update to NixOS 23.11

This commit is contained in:
Erik Arvstedt 2023-12-02 23:26:48 +01:00
parent e4cb004905
commit 1676445a51
No known key found for this signature in database
GPG key ID: 33312B944DD97846
8 changed files with 30 additions and 30 deletions

View file

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