update to NixOS 22.11

This includes no pkg version updates.
This commit is contained in:
Erik Arvstedt
2022-12-18 20:01:52 +01:00
parent 62515a5696
commit c9b1e59f20
5 changed files with 17 additions and 17 deletions
+7 -7
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;
}