styx icon indicating copy to clipboard operation
styx copied to clipboard

Error when installing on NixOS.

Open IronShark-Studios opened this issue 3 years ago • 1 comments

When trying to install styx on NixOS 22.05, and running "# nixos-rebuild switch" it returns "error: parsimonious-0.9.0 not supported for interpreter python2.7" , and the configuration can not be built.

IronShark-Studios avatar Oct 23 '22 13:10 IronShark-Studios

I can't really speak with propriety to NixOS (which is downstream), but here is where the parsimonious package is drawn from: https://github.com/styx-static/styx/blob/master/src/app/parsers.nix#L8

Maybe NixOS has a broken / old dev version?

nix shell github:styx-static/styx should still otherwise work.

blaggacao avatar Nov 16 '22 11:11 blaggacao