diff options
Diffstat (limited to 'third_party/lisp/uiop.nix')
-rw-r--r-- | third_party/lisp/uiop.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/lisp/uiop.nix b/third_party/lisp/uiop.nix deleted file mode 100644 index 1a63041be676..000000000000 --- a/third_party/lisp/uiop.nix +++ /dev/null @@ -1,10 +0,0 @@ -# UIOP ships with SBCL (due to ASDF). This package just exists to -# force it to load. -{ pkgs, ... }: - -with pkgs; - -nix.buildLisp.library { - name = "uiop"; - srcs = lib.singleton (builtins.toFile "uiop.lisp" "(require 'uiop)"); -} |