query
On this page

systemToAttrs

lib.systems.systemToAttrs

Docs pulled from | This Revision | about 1 hour ago


attrset.


Noogle detected

Implementation

The following is the current implementation of this function.

systemToAttrs =
    systemOrArgs: if isAttrs systemOrArgs then systemOrArgs else { system = systemOrArgs; };