fix(forgejo-multiuser-nix-runners): NIX_PATH was wrong
All checks were successful
Build all the nodes / Jaccess04 (push) Successful in 25s
Build all the nodes / netcore02 (push) Successful in 27s
Build all the nodes / netcore01 (push) Successful in 27s
Build all the nodes / Jaccess01 (push) Successful in 30s
Run pre-commit on all files / pre-commit (push) Successful in 34s
Build all the nodes / ap01 (push) Successful in 46s
Build all the nodes / hypervisor02 (push) Successful in 53s
Build all the nodes / geo01 (push) Successful in 56s
Build all the nodes / hypervisor01 (push) Successful in 1m4s
Build all the nodes / bridge01 (push) Successful in 1m6s
Build all the nodes / geo02 (push) Successful in 1m7s
Build all the nodes / hypervisor03 (push) Successful in 1m6s
Build all the nodes / build01 (push) Successful in 1m10s
Build all the nodes / cof02 (push) Successful in 1m13s
Build all the nodes / lab-router01 (push) Successful in 1m11s
Build all the nodes / iso (push) Successful in 1m15s
Build all the nodes / compute01 (push) Successful in 1m23s
Build all the nodes / tower01 (push) Successful in 59s
Build the shell / build-shell (push) Successful in 26s
Build all the nodes / vault01 (push) Successful in 1m3s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / rescue01 (push) Successful in 1m18s
Build all the nodes / krz01 (push) Successful in 1m42s
Build all the nodes / web03 (push) Successful in 54s
Build all the nodes / web02 (push) Successful in 55s
Build all the nodes / zulip01 (push) Successful in 54s
Build all the nodes / web01 (push) Successful in 1m11s

This commit is contained in:
sinavir 2025-06-26 17:57:20 +02:00
parent 1ef57eb11c
commit 25e5e49627
No known key found for this signature in database

View file

@ -570,7 +570,7 @@ in
[
"-e PAGER=cat"
"-e PATH=${runnerPath}"
"-e NIX_PATH=nixpkgs=${pkgs.path}"
"-e NIX_PATH=nixpkgs=${builtins.storePath pkgs.path}"
"-e SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt"
"-v ${cfg.storePath}/nix:/nix:ro"
"-v ${pkgs.cacert}/etc/ssl:/etc/ssl:ro"