Nerves.Env.host_os
You're seeing just the function
host_os
, go back to Nerves.Env module for more information.
Specs
host_os() :: String.t()
Returns the os for the host system.
Example return values
"win" "linux" "darwin"