systemToAttrs
lib.systems.systemToAttrs
Docs pulled from | This Revision | 31 minutes ago
Nixpkgs manual
attrset.
Noogle detected
Implementation
The following is the current implementation of this function.
systemToAttrs =
systemOrArgs: if isAttrs systemOrArgs then systemOrArgs else { system = systemOrArgs; };