Update to Nix 2.17.0
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							5cfd5166ea
						
					
				
				
					commit
					4509d84f10
				
			| @@ -70,7 +70,7 @@ echo "installer options: ${installer_options[*]}" | ||||
|  | ||||
| # There is --retry-on-errors, but only newer curl versions support that | ||||
| curl_retries=5 | ||||
| while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.16.1/install}" | ||||
| while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.17.0/install}" | ||||
| do | ||||
|   sleep 1 | ||||
|   ((curl_retries--)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user