File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
ansible/files/admin_api_scripts/pg_upgrade_scripts Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,9 @@ function initiate_upgrade {
292
292
echo " 1.1.1. Installing Nix using the provided installer"
293
293
tar -xzf " $NIX_INSTALLER_PACKAGE_PATH " -C /tmp/persistent/
294
294
chmod +x " $NIX_INSTALLER_PATH "
295
- " $NIX_INSTALLER_PATH " install --no-confirm
295
+ " $NIX_INSTALLER_PATH " install --no-confirm \
296
+ --extra-conf " substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com" \
297
+ --extra-conf " trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
296
298
else
297
299
echo " 1.1.1. Installing Nix using the official installer"
298
300
You can’t perform that action at this time.
0 commit comments