blob: 175c807ec212683b34c9cc55ca30347e9ce50948 (
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.nixpkgs) lispPackages;
}
|