diff options
Diffstat (limited to 'third_party/lisp/sb-posix.nix')
-rw-r--r-- | third_party/lisp/sb-posix.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/lisp/sb-posix.nix b/third_party/lisp/sb-posix.nix deleted file mode 100644 index 5fc65d3f5920..000000000000 --- a/third_party/lisp/sb-posix.nix +++ /dev/null @@ -1,10 +0,0 @@ -# SB-POSIX is an SBCL component. This package just forces it to be -# loaded. -{ pkgs, ... }: - -with pkgs; - -nix.buildLisp.library { - name = "sb-posix"; - srcs = lib.singleton (builtins.toFile "sb-posix.lisp" "(require 'sb-posix)"); -} |