Right now, all the nix expressions have allowBroken = true; because the test suite of simple-affine-space was broken. This is fixed in https://github.com/NixOS/nixpkgs/pull/85403. When this is merged, one can remove allowBroken and the override on simple-affine-space in all 3 nix files.
Right now, all the nix expressions have
allowBroken = true;
because the test suite ofsimple-affine-space
was broken. This is fixed in https://github.com/NixOS/nixpkgs/pull/85403. When this is merged, one can removeallowBroken
and the override onsimple-affine-space
in all 3 nix files.