mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
attempt to properly ignore Nix
This commit is contained in:
parent
f5e80f2f6f
commit
85335f151d
@ -87,7 +87,7 @@ workflows:
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
- "nixos":
|
- "nixos":
|
||||||
name: "<<matrix.pythonVersion>>"
|
name: "nixos-<<matrix.pythonVersion>>"
|
||||||
nixpkgs: "nixpkgs-unstable"
|
nixpkgs: "nixpkgs-unstable"
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
@ -695,6 +695,9 @@ executors:
|
|||||||
- <<: *DOCKERHUB_AUTH
|
- <<: *DOCKERHUB_AUTH
|
||||||
image: "nixos/nix:2.16.1"
|
image: "nixos/nix:2.16.1"
|
||||||
environment:
|
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
|
# 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 push to CACHIX_NAME. CACHIX_NAME tells cachix which cache to push
|
||||||
# to.
|
# to.
|
||||||
|
Loading…
Reference in New Issue
Block a user