You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Json.Decode.oneOf at json.packages failed in the following 2 ways:
(1) Problem with the value at json['aarch64-linux'].example:
{}
Expecting an OBJECT with a field named `type`
(2) Problem with the given value:
{
"x86_64-linux": {
"example": {
"name": "deploy",
"type": "derivation"
}
},
"aarch64-linux": {
"example": {}
},
"x86_64-darwin": {
"example": {}
},
"aarch64-darwin": {
"example": {}
}
}
Expecting null
The text was updated successfully, but these errors were encountered:
This package gives a decoder error: https://flakestry.dev/flake/github/infinisil/nixus/0.1.3
The text was updated successfully, but these errors were encountered: