modules: document module dependencies

This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:47 +02:00
parent 9f7d048769
commit ee8b83681b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
# The modules are topologically sorted by their dependencies.
# This means that modules only depend on modules higher in the list
# (unless otherwise noted).
imports = [
# Core modules
./nix-bitcoin.nix
@ -11,7 +14,7 @@
./clightning-plugins
./spark-wallet.nix
./lnd.nix
./lnd-rest-onion-service.nix
./lnd-rest-onion-service.nix # Requires onion-addresses.nix
./lightning-loop.nix
./lightning-pool.nix
./charge-lnd.nix