Skip to content

Commit 85335f1

Browse files
committed
attempt to properly ignore Nix
1 parent f5e80f2 commit 85335f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ workflows:
8787
{}
8888

8989
- "nixos":
90-
name: "<<matrix.pythonVersion>>"
90+
name: "nixos-<<matrix.pythonVersion>>"
9191
nixpkgs: "nixpkgs-unstable"
9292
matrix:
9393
parameters:
@@ -695,6 +695,9 @@ executors:
695695
- <<: *DOCKERHUB_AUTH
696696
image: "nixos/nix:2.16.1"
697697
environment:
698+
# currently, all NixOS builds are broken; ignore them
699+
ALLOWED_FAILURE: "yes"
700+
698701
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us
699702
# to push to CACHIX_NAME. CACHIX_NAME tells cachix which cache to push
700703
# to.

0 commit comments

Comments
 (0)