add dev helper and docs

This commit is contained in:
Erik Arvstedt
2023-01-15 20:27:51 +01:00
committed by Greg Shuflin
parent 740dd666ad
commit 22e41d5c06
12 changed files with 746 additions and 1 deletions

View File

@@ -315,7 +315,9 @@ let
services.lnd.enable = true;
services.bitcoind.prune = 1000;
};
};
} // (import ../dev/dev-scenarios.nix {
inherit lib scenarios;
});
## Example scenarios that showcase extra features
exampleScenarios = with lib; {