This breaks yarn2nix with the following error message, caused by it expecting workspaces to always be a list:
error: while evaluating 'mkYarnWorkspace' at /nix/store/w33plr3fnryxqlwwh59jvrq0f6ksp1in-source/default.nix:156:21, called from /home/grfn/code/project/default.nix:11:19:
value is a set while a list was expected, at /nix/store/w33plr3fnryxqlwwh59jvrq0f6ksp1in-source/default.nix:188:20
My package.json looks something like this:
This breaks yarn2nix with the following error message, caused by it expecting
workspaces
to always be a list: