Skip to content
Snippets Groups Projects
Commit a87b07a9 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

pin a hopefully-working nixos/nix docker image

parent 31bb7a19
No related branches found
No related tags found
1 merge request!273Fix certificate validation errors during environment setup on CI
......@@ -144,8 +144,11 @@ jobs:
type: "string"
docker:
# Run in a highly Nix-capable environment.
- image: "nixos/nix:latest"
# Run in a highly Nix-capable environment. We used to use `latest` but
# one day someone pushed a bad revision to it and our CI broke. So now
# we just pin some recent version. Who would have thought a floating
# dependency would cause build instability?
- image: "nixos/nix:2.3"
# Tahoe-LAFS requires more memory than we get from the default resource
# class and sometimes we have to build it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment