Enable nix-ld in weasel
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
		
							parent
							
								
									ce25867421
								
							
						
					
					
						commit
						a0e4b209b0
					
				| @ -14,6 +14,10 @@ | |||||||
|   # Users with sudo access |   # Users with sudo access | ||||||
|   users.groups.wheel.members = [ "abonerib" "anavarro" ]; |   users.groups.wheel.members = [ "abonerib" "anavarro" ]; | ||||||
| 
 | 
 | ||||||
|  |   # Run julia installed with juliaup using julia's own libraries: | ||||||
|  |   # NIX_LD_LIBRARY_PATH=~/.julia/juliaup/${VERS}/lib/julia ~/.juliaup/bin/julia | ||||||
|  |   programs.nix-ld.enable = true; | ||||||
|  | 
 | ||||||
|   networking = { |   networking = { | ||||||
|     hostName = "weasel"; |     hostName = "weasel"; | ||||||
|     interfaces.eno1.ipv4.addresses = [ { |     interfaces.eno1.ipv4.addresses = [ { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user