* Fix for NIX-101 (should use an absolute path for call to nix-hash).
This commit is contained in:
		
							parent
							
								
									329025253d
								
							
						
					
					
						commit
						f8985d195e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -78,7 +78,7 @@ if test -z "$finalPath"; then | |||
|     # garbage-collected independently. | ||||
|     if test -n "$NIX_DOWNLOAD_CACHE"; then | ||||
|         echo -n "$url" > $tmpPath/url | ||||
|         urlHash=$(nix-hash --type sha256 --base32 --flat $tmpPath/url) | ||||
|         urlHash=$(@bindir@/nix-hash --type sha256 --base32 --flat $tmpPath/url) | ||||
|         echo "$url" > "$NIX_DOWNLOAD_CACHE/$urlHash.url" | ||||
|         cachedHashFN="$NIX_DOWNLOAD_CACHE/$urlHash.$hashType" | ||||
|         cachedTimestampFN="$NIX_DOWNLOAD_CACHE/$urlHash.stamp" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue