8 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# One of Gemma's dependencies is missing in nixpkgs' Quicklisp
 | 
						|
# package set, it is overlaid locally here.
 | 
						|
{ pkgs, ... }:
 | 
						|
 | 
						|
import ./quicklisp.nix {
 | 
						|
  inherit (pkgs) lib;
 | 
						|
  inherit (pkgs.third_party) lispPackages;
 | 
						|
}
 |