blob: c6502975e310deae0b3c744e6f083c15ddcc00a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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;
}
|