add dev helper and docs

This commit is contained in:
Erik Arvstedt 2023-01-15 20:27:51 +01:00
parent b35d08d3f2
commit b4d7e1aa8f
No known key found for this signature in database
GPG key ID: 33312B944DD97846
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; {