update to NixOS 22.11

This includes no pkg version updates.
This commit is contained in:
Erik Arvstedt 2022-12-18 13:13:42 +01:00
parent 62515a5696
commit c9b1e59f20
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 17 additions and 17 deletions

View file

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