default.nix seems to be a significant name
This commit is contained in:
		
							parent
							
								
									e376176dc3
								
							
						
					
					
						commit
						31a8662f05
					
				
					 3 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								pkgs/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								pkgs/default.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
# Custom packages, that can be defined similarly to ones from nixpkgs
 | 
			
		||||
# You can build them using 'nix build .#example'
 | 
			
		||||
pkgs: {
 | 
			
		||||
  dvd = pkgs.callPackage ./dvd {};
 | 
			
		||||
  dvt = pkgs.callPackage ./dvt {};
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue