update to NixOS 25.11

This commit is contained in:
Erik Arvstedt
2025-12-23 10:45:43 +01:00
parent 2a59766cb1
commit 4303550ce3
7 changed files with 21 additions and 20 deletions
+9 -8
View File
@@ -2,13 +2,6 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
elementsd
extra-container
fulcrum
lightning-pool
lndconnect;
inherit (pkgsUnstable)
bitcoin
bitcoind
bitcoind-knots
@@ -17,8 +10,16 @@ pkgs: pkgsUnstable:
clboss
clightning
electrs
elementsd
extra-container
fulcrum
lightning-loop
lnd;
lightning-pool
lnd
lndconnect;
inherit (pkgsUnstable)
;
inherit pkgs pkgsUnstable;
}