nope, we can't just do that

we lose permission to install stuff
This commit is contained in:
Jean-Paul Calderone 2023-07-08 08:10:52 -04:00
parent 6710d625a2
commit 454ab223d1

View File

@ -533,7 +533,6 @@ executors:
# Run in a highly Nix-capable environment. # Run in a highly Nix-capable environment.
- <<: *DOCKERHUB_AUTH - <<: *DOCKERHUB_AUTH
image: "nixos/nix:2.16.1" image: "nixos/nix:2.16.1"
user: "nobody"
environment: environment:
# 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