Open
Description
This package gives a decoder error: https://flakestry.dev/flake/github/infinisil/nixus/0.1.3
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