mirror of
				https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
				synced 2025-10-28 16:08:03 +01:00 
			
		
		
		
	use getExe' to silence errors
This commit is contained in:
		
							parent
							
								
									ae4ace9fa2
								
							
						
					
					
						commit
						01f0e63a49
					
				| @ -22,7 +22,7 @@ acme-certs: final: prev: | ||||
|         ${lib.concatMapStrings (name: "--ro-bind \"${crt}\" \"/var/lib/acme/${name}/fullchain.pem\" \\") acme-certs} | ||||
|         ${lib.concatMapStrings (name: "--ro-bind \"${key}\" \"/var/lib/acme/${name}/key.pem\" \\") acme-certs} | ||||
|         ${lib.concatMapStrings (name: "--ro-bind \"${crt}\" \"/var/lib/acme/${name}/chain.pem\" \\") acme-certs} | ||||
|         ${lib.getExe final.nginx} -t -c "$out" |& grep "syntax is ok" | ||||
|         ${lib.getExe' final.nginx "nginx"} -t -c "$out" |& grep "syntax is ok" | ||||
|     ''; | ||||
|   }; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Olsen
						Daniel Olsen