@cryptotaxi247 / infra / commits / 2d4105f4

hydra: enable index-debug-info

Enable the nix integrated index-debuginfo functionality, which should allow work to remove the index-debuginfo code from channel scripts. Closes: #484

Martin Weinelt committed Apr 10, 2025 at 18:36 UTC 2d4105f497f8766e23f0c44ca5c8e56144748c37
1 file changed +1 -1
build/hydra.nix
+1 -1
@@ -78,7 +78,7 @@ in
78 github_client_id = b022c64ce4531ffc1031
79 github_client_secret_file = ${config.age.secrets.hydra-github-client-secret.path}
80
81 - store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1&ls-compression=br&log-compression=br
81 + store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1&ls-compression=br&log-compression=br&index-debug-info=true
82 server_store_uri = https://cache.nixos.org?local-nar-cache=${narCache}
83 binary_cache_public_uri = https://cache.nixos.org
84