update to NixOS 25.05

This commit is contained in:
Erik Arvstedt 2025-06-01 23:05:53 +02:00
parent 120daaaaa3
commit 9808a5e5d4
No known key found for this signature in database
GPG key ID: 33312B944DD97846
8 changed files with 19 additions and 18 deletions

View file

@ -2,13 +2,6 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
extra-container
hwi
lightning-loop
lightning-pool
lndconnect;
inherit (pkgsUnstable)
bitcoin
bitcoind
bitcoind-knots
@ -18,8 +11,16 @@ pkgs: pkgsUnstable:
clightning
electrs
elementsd
extra-container
fulcrum
lnd;
hwi
lightning-loop
lightning-pool
lnd
lndconnect;
inherit (pkgsUnstable)
;
inherit pkgs pkgsUnstable;
}