getFlake -> builtins.getFlake

This commit is contained in:
Eelco Dolstra 2020-06-17 17:05:08 +02:00
parent 0a1d3c1dd3
commit ad66fb0a37

View file

@ -588,7 +588,7 @@ static void prim_getFlake(EvalState & state, const Pos & pos, Value * * args, Va
v);
}
static RegisterPrimOp r2("getFlake", 1, prim_getFlake, "flakes");
static RegisterPrimOp r2("__getFlake", 1, prim_getFlake, "flakes");
}