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

maybe better luck with this image

parent a430eb57
Branches
No related tags found
1 merge request!208Set up Cachix cache
......@@ -138,7 +138,7 @@ jobs:
resource_class: "xlarge"
docker:
# Run in a highly Nix-capable environment.
- image: "nixorg/nix:circleci"
- image: "nixos/nix:latest"
environment:
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us to push to CACHIX_NAME.
......@@ -149,8 +149,7 @@ jobs:
- run:
name: "Set up Cachix"
command: |
nix-channel --add https://nixos.org/channels/nixos-21.05 2105-small
nix-env -f '<2105-small>' -iA cachix
nix-env -iA cachix
cachix use "${CACHIX_NAME}"
- "checkout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment