From 05b7c9f305717aae296643f4393b36cde2aec2e9 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 3 Dec 2024 10:55:40 -0700 Subject: [PATCH] NixOS is broken due to CacheIX being bit-rotted --- .circleci/config.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 46b50adfd..4ea73611e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,16 +86,17 @@ workflows: - "ubuntu-22-04": {} - # not NixOS .. if someone wants to maintain this, great. - - "nixos": - name: "<>" - 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: "<>" + # nixpkgs: "nixpkgs-unstable" + # matrix: + # parameters: + # pythonVersion: + # - "python39" + # - "python310" + # - "python311" # Eventually, test against PyPy 3.8 #- "pypy27-buster":