styx-static / styx

Static site generator in Nix expression language.
https://styx-static.github.io/styx-site/
MIT License
213 stars 25 forks source link

Error when installing on NixOS. #94

Open IronShark-Studios opened 2 years ago

IronShark-Studios commented 2 years ago

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.

blaggacao commented 2 years ago

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.