about summary refs log tree commit diff
path: root/overrides/lispPackages/default.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;
}