Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
repair-flag.hh
Go to the documentation of this file.
1
#pragma once
3
4
namespace
nix {
5
6
enum
RepairFlag :
bool
{ NoRepair =
false
, Repair =
true
};
7
8
}
lix
libutil
repair-flag.hh
Generated by
1.15.0