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

Move empty attrset optimisation

This commit is contained in:
Eelco Dolstra 2022-01-04 19:23:11 +01:00
parent ca5baf2392
commit 17daec0b83
3 changed files with 5 additions and 8 deletions

View file

@ -91,7 +91,7 @@ public:
mode. */
std::optional<PathSet> allowedPaths;
Value vEmptySet;
Bindings emptyBindings;
/* Store used to materialise .drv files. */
const ref<Store> store;