query
On this page

submodule

lib.types.submodule

Docs pulled from | This Revision | 11 minutes ago


Nixpkgs manual

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;
    };