mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
attempt to properly ignore Nix
This commit is contained in:
parent
f5e80f2f6f
commit
85335f151d
@ -87,7 +87,7 @@ workflows:
|
||||
{}
|
||||
|
||||
- "nixos":
|
||||
name: "<<matrix.pythonVersion>>"
|
||||
name: "nixos-<<matrix.pythonVersion>>"
|
||||
nixpkgs: "nixpkgs-unstable"
|
||||
matrix:
|
||||
parameters:
|
||||
@ -695,6 +695,9 @@ executors:
|
||||
- <<: *DOCKERHUB_AUTH
|
||||
image: "nixos/nix:2.16.1"
|
||||
environment:
|
||||
# currently, all NixOS builds are broken; ignore them
|
||||
ALLOWED_FAILURE: "yes"
|
||||
|
||||
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us
|
||||
# to push to CACHIX_NAME. CACHIX_NAME tells cachix which cache to push
|
||||
# to.
|
||||
|
Loading…
Reference in New Issue
Block a user