query
On this page

mkDefinition

lib.mkDefinition

Docs pulled from | This Revision | 31 minutes ago


Nixpkgs manual

Returns a definition with file location information.

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

mkDefinition = args@{ file, value, ... }: args // { _type = "definition"; };