blob: c6502975e310deae0b3c744e6f083c15ddcc00a4 (
plain) (
tree)
|
|
# 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;
}
|