From 140adc3c5750dbaeec8f26b5d027efb467f70f14 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 24 Jun 2021 14:40:22 -0400 Subject: [PATCH] Document the top-level gridlib thing-y Also this no longer needs to be rec --- morph/lib/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/morph/lib/default.nix b/morph/lib/default.nix index 25ae8eb2..72d30dd6 100644 --- a/morph/lib/default.nix +++ b/morph/lib/default.nix @@ -1,4 +1,7 @@ -rec { +# Gather up the grid library functionality and present it in a (somewhat) +# coherent public interface. Application code should prefer these names over +# directly importing the source files in this directory. +{ hardware-aws = import ./issuer-aws.nix; issuer = import ./issuer.nix; -- GitLab