Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change language in smbios to an array
When running nixos-facter on a Topton 4-port x86_64 Celeron N5105, the SMBIOS is returning multiple language entries. ```console sudo dmidecode -t bios # dmidecode 3.6 Getting SMBIOS data from sysfs. SMBIOS 3.3.0 present. ... Handle 0x0017, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Handle 0x005E, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Abbreviated Installable Languages: 1 enUS Currently Installed Language: enUS ``` Closes #125 Signed-off-by: Brian McGee <[email protected]>
- Loading branch information