Found this here e056cfdce1
				
					
				
			This commit is contained in:
		
							parent
							
								
									0e7f2c1e87
								
							
						
					
					
						commit
						921e7bfa1d
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
# This file defines overlays
 | 
			
		||||
{inputs, ...}: {
 | 
			
		||||
  # This one brings our custom packages from the 'pkgs' directory
 | 
			
		||||
  additions = final: _prev: import ../pkgs {pkgs = final;};
 | 
			
		||||
  additions = final: _prev:
 | 
			
		||||
    import ../pkgs {
 | 
			
		||||
      inherit (final) callPackage;
 | 
			
		||||
      pkgs = final;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
  # This one contains whatever you want to overlay
 | 
			
		||||
  # You can change versions, add patches, set compilation flags, anything really.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue