From 2d4105f497f8766e23f0c44ca5c8e56144748c37 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 10 Apr 2025 18:36:15 +0200 Subject: [PATCH] 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 --- build/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/hydra.nix b/build/hydra.nix index e458fbc9..16c9d964 100644 --- a/build/hydra.nix +++ b/build/hydra.nix @@ -78,7 +78,7 @@ in github_client_id = b022c64ce4531ffc1031 github_client_secret_file = ${config.age.secrets.hydra-github-client-secret.path} - 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 + 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 server_store_uri = https://cache.nixos.org?local-nar-cache=${narCache} binary_cache_public_uri = https://cache.nixos.org