#pragma once
///@file
#include <string>
namespace nix {
void setPersonality(std::string_view system);
}