NixOS is broken due to CacheIX being bit-rotted

This commit is contained in:
meejah 2024-12-03 10:55:40 -07:00
parent ee91c4312f
commit 05b7c9f305

View File

@ -86,16 +86,17 @@ workflows:
- "ubuntu-22-04":
{}
# not NixOS .. if someone wants to maintain this, great.
- "nixos":
name: "<<matrix.pythonVersion>>"
nixpkgs: "nixpkgs-unstable"
matrix:
parameters:
pythonVersion:
- "python39"
- "python310"
- "python311"
# these are broken because CahceIX is broken, see:
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/4134
# - "nixos":
# name: "<<matrix.pythonVersion>>"
# nixpkgs: "nixpkgs-unstable"
# matrix:
# parameters:
# pythonVersion:
# - "python39"
# - "python310"
# - "python311"
# Eventually, test against PyPy 3.8
#- "pypy27-buster":