Using this module to support utility functions that I have not classified further than being miscellaneous.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ depot ? import <depot> {}, ... }:
 | 
						|
 | 
						|
depot.nix.buildLisp.library {
 | 
						|
  name = "prelude";
 | 
						|
  srcs = [
 | 
						|
    ./prelude.lisp
 | 
						|
  ];
 | 
						|
}
 |