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:
parent
0cea59ab4b
commit
c81d24f1c7
2 changed files with 24 additions and 1 deletions
|
@ -45,6 +45,7 @@ enum AttrType {
|
|||
Failed = 5,
|
||||
Bool = 6,
|
||||
ListOfStrings = 7,
|
||||
Int = 8,
|
||||
};
|
||||
|
||||
struct placeholder_t {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue