Remove the passing of nix cache creds.

There is no way to include them when fetching from a substituter.
This commit is contained in:
Tom Alexander
2026-07-13 20:44:46 -04:00
parent feb9f58a86
commit d523c7c7a4
2 changed files with 0 additions and 10 deletions

View File

@@ -10,8 +10,6 @@ filter-syscalls = false
substituters = http://ncps.nix-pull-through-cache.svc.cluster.local:80 https://cache.nixos.org
EOF
# RUN --mount=type=secret,id=cache_token echo "extra-access-tokens = ncps.nix-pull-through-cache.svc.cluster.local=PAT:$(cat /run/secrets/cache_token)" >> /etc/nix/nix.conf
RUN cp "$(nix build nixpkgs#cacert --print-out-paths)/etc/ssl/certs/ca-bundle.crt" /tmp/ca-bundle.crt
COPY . /tmp/build