nix: enable community cachix by default
This commit is contained in:
		
							parent
							
								
									73f73c3d37
								
							
						
					
					
						commit
						c37f1e7ac8
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -33,7 +33,14 @@ in | |||
|     ]; | ||||
| 
 | ||||
|     ${namespace} = { | ||||
|       nix = enabled; | ||||
|       nix = { | ||||
|         enable = true; | ||||
|         extra-substituters = { | ||||
|           "https://nix-community.cachix.org" = { | ||||
|             key = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
| 
 | ||||
|       apps.cli-apps.helix = enabled; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue