about summary refs log tree commit diff
path: root/third_party/lisp/asdf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/asdf.nix')
-rw-r--r--third_party/lisp/asdf.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/lisp/asdf.nix b/third_party/lisp/asdf.nix
deleted file mode 100644
index 3d41a1f36d..0000000000
--- a/third_party/lisp/asdf.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-# ASDF ships with SBCL. This package just exists to force it to load.
-{ pkgs, ... }:
-
-with pkgs;
-
-nix.buildLisp.library {
-  name = "asdf";
-  srcs = lib.singleton (builtins.toFile "asdf.lisp" "(require 'asdf)");
-}