From ee8b83681bd47daa57696846d6342cba46bd0ee3 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Aug 2021 11:28:47 +0200 Subject: [PATCH] modules: document module dependencies --- modules/modules.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/modules.nix b/modules/modules.nix index ce5de0e..0e0ac5a 100644 --- a/modules/modules.nix +++ b/modules/modules.nix @@ -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