1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

Set derivation name in dervationStrict

This commit is contained in:
John Ericson 2020-07-12 03:03:12 +00:00
parent 1c9bec226f
commit 13ec627e0a

View file

@ -591,6 +591,7 @@ static void prim_derivationStrict(EvalState & state, const Pos & pos, Value * *
/* Build the derivation expression by processing the attributes. */
Derivation drv;
drv.name = drvName;
PathSet context;