1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00

Merge pull request #11086 from kognise/eval-cache-fixes

Eval cache: fix cache regressions
This commit is contained in:
Robert Hensing 2024-07-18 14:57:07 +02:00 committed by GitHub
commit 8ce4287409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 26 additions and 8 deletions

View file

@ -66,7 +66,7 @@ struct ExtraPathInfoValue : ExtraPathInfo
};
/**
* An Installable which corresponds a Nix langauge value, in addition to
* An Installable which corresponds a Nix language value, in addition to
* a collection of \ref DerivedPath "derived paths".
*/
struct InstallableValue : Installable