query
On this page

submodule

lib.types.submodule

Docs pulled from | This Revision | 10 minutes ago


A submodule (like typed attribute set). See NixOS manual.


Noogle detected

Implementation

The following is the current implementation of this function.

submodule =
        modules:
        submoduleWith {
          shorthandOnlyDefinesConfig = true;
          modules = toList modules;
        };