about summary refs log tree commit diff
path: root/overrides/lispPackages/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/lispPackages/default.nix')
-rw-r--r--overrides/lispPackages/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/overrides/lispPackages/default.nix b/overrides/lispPackages/default.nix
new file mode 100644
index 0000000000..c6502975e3
--- /dev/null
+++ b/overrides/lispPackages/default.nix
@@ -0,0 +1,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;
+}