mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
Fix flag registry order
This commit is contained in:
parent
e6109ec765
commit
35d1c95f7f
3 changed files with 8 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
static const size_t FLAG_REGISTRY = 0;
|
||||
static const size_t USER_REGISTRY = 1;
|
||||
static const size_t GLOBAL_REGISTRY = 2;
|
||||
|
||||
struct Value;
|
||||
class EvalState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue