* `nix-store --export --sign': sign the Nix archive using the RSA key
in /nix/etc/nix/signing-key.sec
This commit is contained in:
		
							parent
							
								
									6c9fdb17fb
								
							
						
					
					
						commit
						46e0919ced
					
				
					 8 changed files with 125 additions and 32 deletions
				
			
		|  | @ -231,7 +231,8 @@ void killUser(uid_t uid); | |||
| 
 | ||||
| /* Run a program and return its stdout in a string (i.e., like the
 | ||||
|    shell backtick operator). */ | ||||
| string runProgram(Path program); | ||||
| string runProgram(Path program, bool searchPath = false, | ||||
|     const Strings & args = Strings()); | ||||
| 
 | ||||
| /* Wrapper around _exit() on Unix and ExitProcess() on Windows.  (On
 | ||||
|    Cygwin, _exit() doesn't seem to do the right thing.) */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue