mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +02:00
createBaseEnv: Use state.vNull
This commit is contained in:
parent
0b08dd45b0
commit
d4b0b7f152
1 changed files with 1 additions and 2 deletions
|
@ -4430,8 +4430,7 @@ void EvalState::createBaseEnv()
|
|||
)",
|
||||
});
|
||||
|
||||
v.mkNull();
|
||||
addConstant("null", v, {
|
||||
addConstant("null", &vNull, {
|
||||
.type = nNull,
|
||||
.doc = R"(
|
||||
Primitive value.
|
||||
|
|
Loading…
Add table
Reference in a new issue