flake-exports: add options documentation

This commit is contained in:
Johannes Kirschbauer
2025-07-02 10:22:09 +02:00
parent 454936336f
commit 16116505ab
3 changed files with 140 additions and 22 deletions

View File

@@ -70,9 +70,13 @@ in
# TODO: make this writable by moving the options from inventoryClass into clan.
exports = lib.mkOption {
readOnly = true;
visible = false;
internal = true;
};
exportsModule = lib.mkOption {
internal = true;
visible = false;
type = types.deferredModule;
# can be set only once
readOnly = true;