fix cosmic cachix
This commit is contained in:
		
							parent
							
								
									3d33a5051d
								
							
						
					
					
						commit
						2b4917c5fb
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								cachix/cachix/cosmic.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								cachix/cachix/cosmic.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
  nix = {
 | 
			
		||||
    settings = {
 | 
			
		||||
      substituters = [
 | 
			
		||||
        "https://cosmic.cachix.org"
 | 
			
		||||
      ];
 | 
			
		||||
      trusted-public-keys = [
 | 
			
		||||
        "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue