volth 
								
							 
						 
						
							
							
							
							
								
							
							
								88c1ea30e4 
								
							 
						 
						
							
							
								
								add docs and tests  
							
							
							
						 
						
							2018-05-24 12:51:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e87242e0de 
								
							 
						 
						
							
							
								
								Merge pull request  #2178  from alexfmpe/fix-docs-check-suffix  
							
							... 
							
							
							
							Fix docs on --check suffix 
							
						 
						
							2018-05-24 11:43:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Esteves 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								579f3895b4 
								
							 
						 
						
							
							
								
								Fix docs on --check suffix  
							
							
							
						 
						
							2018-05-23 22:26:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bb8741b98 
								
							 
						 
						
							
							
								
								Make Env self-describing  
							
							... 
							
							
							
							If the Env denotes a 'with', then values[0] may be an Expr* cast to a
Value*. For code that generically traverses Values/Envs, it's useful
to know this. 
							
						 
						
							2018-05-22 16:02:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9fd7cf98db 
								
							 
						 
						
							
							
								
								Memoise checkSourcePath()  
							
							... 
							
							
							
							This prevents hydra-eval-jobs from statting the same files over and
over again. 
							
						 
						
							2018-05-22 13:02:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9064dd2f4d 
								
							 
						 
						
							
							
								
								Merge pull request  #2173  from dtzWill/fix/serialise-read-unbuffered  
							
							... 
							
							
							
							serialise: fix buffer size used, hide method for internal use only 
							
						 
						
							2018-05-22 11:31:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Will Dietz 
								
							 
						 
						
							
							
							
							
								
							
							
								b08923b4a0 
								
							 
						 
						
							
							
								
								serialise: fix buffer size used, hide method for internal use only  
							
							... 
							
							
							
							Fixes  #2169 . 
						
							2018-05-21 17:30:38 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Graham Christensen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								33712fed38 
								
							 
						 
						
							
							
								
								manual: document why ~/.netrc doesn't work  
							
							... 
							
							
							
							Maybe there is a better place to document this, which is more generic? 
							
						 
						
							2018-05-18 14:21:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									volth 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6cc28c0589 
								
							 
						 
						
							
							
								
								add `mod' and bitwise builtins: camel-case function names  
							
							
							
						 
						
							2018-05-16 10:52:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									volth 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f3c090f91c 
								
							 
						 
						
							
							
								
								add mod' and bitwise builtins: remove mod' and shifts  
							
							
							
						 
						
							2018-05-16 06:57:11 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									volth 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								49b7cf1813 
								
							 
						 
						
							
							
								
								add `mod' and bitwise builtins: remove infix functions  
							
							
							
						 
						
							2018-05-16 06:55:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								966407bcf1 
								
							 
						 
						
							
							
								
								Merge pull request  #2145  from serokell/uncached-channel  
							
							... 
							
							
							
							make sure not to use cached channels for nix-channel --update 
							
						 
						
							2018-05-15 14:57:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									volth 
								
							 
						 
						
							
							
							
							
								
							
							
								8a6a14e1f5 
								
							 
						 
						
							
							
								
								add `mod' and bitwise builtins  
							
							
							
						 
						
							2018-05-12 16:50:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1ad19232c4 
								
							 
						 
						
							
							
								
								Don't return negative numbers from the flex tokenizer  
							
							... 
							
							
							
							Fixes  #1374 .
Closes  #2129 . 
						
							2018-05-11 12:05:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f3c85f9eb3 
								
							 
						 
						
							
							
								
								Revert "Throw a specific error for incomplete parse errors."  
							
							... 
							
							
							
							This reverts commit 6498adb002 
							
						 
						
							2018-05-11 11:40:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2b3c1b3a88 
								
							 
						 
						
							
							
								
								Remove mention of default since we already know the default  
							
							
							
						 
						
							2018-05-10 12:06:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								38def17627 
								
							 
						 
						
							
							
								
								Merge branch 's3-multipart-uploads' of  https://github.com/AmineChikhaoui/nix  
							
							
							
						 
						
							2018-05-10 12:06:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								39c4d7f5b0 
								
							 
						 
						
							
							
								
								Merge pull request  #2146  from adevress/spec-filefix  
							
							... 
							
							
							
							Cleanup and Update of nix.spec file 
							
						 
						
							2018-05-10 11:57:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5ba2b566a4 
								
							 
						 
						
							
							
								
								Merge pull request  #2142  from domenkozar/docker-2.0.1  
							
							... 
							
							
							
							Docker 2.0.1 
							
						 
						
							2018-05-10 11:56:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adrien Devresse 
								
							 
						 
						
							
							
							
							
								
							
							
								d1f8822a43 
								
							 
						 
						
							
							
								
								Cleanup of nix.spec file to allow build on EL7 and beyond  
							
							... 
							
							
							
							- Clean deprecated spec file macros ( < EL6 )
- Allow to build Nix on EL7 using Software collection and Copr backports
- Add conditional build to build Nix RPM without documentation for dev builds
- Add missing BuildRequires (openssl, and others ) 
							
						 
						
							2018-05-09 18:16:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yorick van Pelt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b9289e4855 
								
							 
						 
						
							
							
								
								make sure not to use cached channels for nix-channel --update  
							
							... 
							
							
							
							fixes  #1964  
						
							2018-05-09 16:18:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a91c4ca01f 
								
							 
						 
						
							
							
								
								In restricted eval mode, allow access to the closure of store paths  
							
							... 
							
							
							
							E.g. this makes
  nix eval --restrict-eval -I /nix/store/foo '(builtins.readFile "/nix/store/foo/symlink/bla")'
(where /nix/store/foo/symlink is a symlink to another path in the
closure of /nix/store/foo) succeed.
This fixes a regression in Hydra compared to Nix 1.x (where there were
no restrictions at all on access to the Nix store). 
							
						 
						
							2018-05-09 15:45:05 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Domen Kožar 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2228891260 
								
							 
						 
						
							
							
								
								docker readme: simplify  
							
							
							
						 
						
							2018-05-08 12:37:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Domen Kožar 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								85f9650322 
								
							 
						 
						
							
							
								
								Dockerfile: 2.0.2  
							
							
							
						 
						
							2018-05-08 12:37:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Domen Kožar 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								257c3c763a 
								
							 
						 
						
							
							
								
								Add README for docker  
							
							
							
						 
						
							2018-05-08 12:28:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Domen Kožar 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1e20ed5a0c 
								
							 
						 
						
							
							
								
								Dockerfile: update to 2.0.1  
							
							
							
						 
						
							2018-05-08 12:28:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AmineChikhaoui 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								854c0860f4 
								
							 
						 
						
							
							
								
								share the executor between multiple copy threads.  
							
							
							
						 
						
							2018-05-07 15:07:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AmineChikhaoui 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								591e75cd01 
								
							 
						 
						
							
							
								
								add a FIXME note to find a way to abort the multipart uploads in  
							
							... 
							
							
							
							case the nix command is interrupted. 
							
						 
						
							2018-05-07 14:27:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AmineChikhaoui 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								129394fb95 
								
							 
						 
						
							
							
								
								Support multi-part uploads for large NARs that exceed the size of  
							
							... 
							
							
							
							5Gb. 
							
						 
						
							2018-05-07 14:23:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1adcdf087 
								
							 
						 
						
							
							
								
								nix-shell: Only download requested outputs  
							
							... 
							
							
							
							Fixes  #2116 . 
						
							2018-05-07 14:58:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Simons 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f02eadfda5 
								
							 
						 
						
							
							
								
								Merge pull request  #2132  from gleber/docs-impureEnvVars-env-source  
							
							... 
							
							
							
							docs: mention source of env variables used by `impureEnvVars`. 
							
						 
						
							2018-05-03 16:19:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c717d8e3bd 
								
							 
						 
						
							
							
								
								Don't set a CA assertion for paths with references  
							
							... 
							
							
							
							Really fixes  #2133 . 
							
						 
						
							2018-05-03 14:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								80a7b16593 
								
							 
						 
						
							
							
								
								LocalStore::addValidPath(): Throw error when the CA assertion is wrong  
							
							... 
							
							
							
							Closes  #2133 . 
						
							2018-05-03 11:02:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gleb Peregud 
								
							 
						 
						
							
							
							
							
								
							
							
								5ba6395378 
								
							 
						 
						
							
							
								
								docs: mention source of env variables used by impureEnvVars.  
							
							
							
						 
						
							2018-05-02 22:45:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								53ec5ac69f 
								
							 
						 
						
							
							
								
								Fix some random -Wconversion warnings  
							
							
							
						 
						
							2018-05-02 13:56:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								548ad391d9 
								
							 
						 
						
							
							
								
								Fix builtins.add test  
							
							... 
							
							
							
							Nix prints the floating point number 4.0 as "4". 
							
						 
						
							2018-05-02 13:49:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4a2c948943 
								
							 
						 
						
							
							
								
								Fix bzip2 compression of files > 4 GiB  
							
							... 
							
							
							
							Bzip2's 'avail_in' parameter is declared as an unsigned int, so
assigning a size_t length to it led to silent truncation.
Fixes  #2111 . 
							
						 
						
							2018-05-02 12:54:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eelco Dolstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3560654e6a 
								
							 
						 
						
							
							
								
								Merge pull request  #2126  from DavidEGrayson/pr_gc_doc  
							
							... 
							
							
							
							nix-collect-garbage: fix documentation to not mention options like --print-dead 
							
						 
						
							2018-04-30 19:13:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Danylo Hlynskyi 
								
							 
						 
						
							
							
							
							
								
							
							
								ac22d77fd1 
								
							 
						 
						
							
							
								
								nix-collect-garbage: little doc fix  
							
							... 
							
							
							
							This removes confusing documentation. It's better to remove doc than add implementation, because Nix 1.12 will surely have new GC interface anyway.
Fixes https://github.com/NixOS/nix/issues/641  
							
						 
						
							2018-04-30 09:36:46 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Sears 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9a714f75af 
								
							 
						 
						
							
							
								
								add tests for builtins.add  
							
							
							
						 
						
							2018-04-29 12:03:42 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Will Dietz 
								
							 
						 
						
							
							
							
							
								
							
							
								8e7d77d494 
								
							 
						 
						
							
							
								
								globals.hh: don't use '==' to compare string literals  
							
							... 
							
							
							
							Saw this in logs, also reported here:
8e6108ff71 (r28707288) 
							
						 
						
							2018-04-23 20:57:05 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shea Levy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8e6108ff71 
								
							 
						 
						
							
							
								
								Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nix  
							
							... 
							
							
							
							Support extra compatible architectures (#1916 ) 
							
						 
						
							2018-04-23 08:48:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shea Levy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e2b028353b 
								
							 
						 
						
							
							
								
								Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nix  
							
							
							
						 
						
							2018-04-23 08:43:54 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shea Levy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0aae411eaa 
								
							 
						 
						
							
							
								
								Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle/nix  
							
							
							
						 
						
							2018-04-23 08:43:14 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shea Levy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								25f580ee75 
								
							 
						 
						
							
							
								
								Merge branch 'doc/quiet' of git://github.com/samueldr/nix  
							
							
							
						 
						
							2018-04-23 08:41:40 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Shea Levy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								58f9ae0dcd 
								
							 
						 
						
							
							
								
								Merge branch 'hash-mismatch' of git://github.com/LnL7/nix  
							
							
							
						 
						
							2018-04-23 08:40:34 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Simons 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								655058b8a1 
								
							 
						 
						
							
							
								
								Merge pull request  #2101  from andrew-d/adunham/fix-library-ordering  
							
							... 
							
							
							
							Fix library ordering in Makefiles 
							
						 
						
							2018-04-22 07:57:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Dunham 
								
							 
						 
						
							
							
							
							
								
							
							
								3a918014b2 
								
							 
						 
						
							
							
								
								Fix library ordering in Makefiles  
							
							... 
							
							
							
							The existing ordering linked `libutil` before `libstore`, which causes
link failures when building statically. This is due to `libstore` using
functions from `libutil`, and the fact that symbol resolution works
"forward" - i.e. if you pass `-lfoo -lbar -lbaz`, any symbols that
`libbar` uses from `libbaz` will be resolved, but symbols from `libfoo`
will not since it comes first in the command line.
All this to say: this commit reorders the libraries which fixes the link
errors. 
							
						 
						
							2018-04-21 21:10:52 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Peter Simons 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								040acdcee2 
								
							 
						 
						
							
							
								
								Merge pull request  #1707  from dtzWill/fix/issue-1692  
							
							... 
							
							
							
							ignore "interrupted" exception in progress callback 
							
						 
						
							2018-04-21 16:51:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Dionne-Riel 
								
							 
						 
						
							
							
							
							
								
							
							
								4b3a7f93a5 
								
							 
						 
						
							
							
								
								doc: Adds --quiet to the common options.  
							
							... 
							
							
							
							Fixes  #1298  
						
							2018-04-20 16:34:06 -04:00