1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Add int to eval-cache, bump eval cache schema version

This commit is contained in:
Eli Kogan-Wang 2022-05-16 02:28:21 +02:00
parent 0cea59ab4b
commit c81d24f1c7
2 changed files with 24 additions and 1 deletions

View file

@ -45,6 +45,7 @@ enum AttrType {
Failed = 5,
Bool = 6,
ListOfStrings = 7,
Int = 8,
};
struct placeholder_t {};