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