Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
personality.hh
Go to the documentation of this file.
1#pragma once
3
4#include <string>
5
6namespace nix {
7
8void setPersonality(std::string_view system);
9
10}