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

Merge pull request #9681 from edolstra/eval-optimisations

Optimize empty list constants
This commit is contained in:
Eelco Dolstra 2024-01-03 10:43:01 +01:00 committed by GitHub
commit 315aade89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -213,6 +213,11 @@ public:
Bindings emptyBindings;
/**
* Empty list constant.
*/
Value vEmptyList;
/**
* The accessor for the root filesystem.
*/