Why Nostr? What is Njump?
2024-08-11 03:12:08

Ross A. Baker on Nostr: I use html5validator. Like many packages, it broke when nixpkgs unstable moved to ...

I use html5validator. Like many packages, it broke when nixpkgs unstable moved to Python 3.12:

> error: openstackdocstheme-3.2.0 not supported for interpreter python3.12

A crude but effective fix is just to override the python3 parameter to the package.

```nix
pkgs.html5validator.override { python3 = pkgs.python311; })
```

#Nix
Author Public Key
npub1czpkpsxezx7c4q200yddahd26uv8uamw7acal93f8zer5qsf4jhqrnkryv