nixpkgs/pkgs/development/lisp-modules/ql-import.lisp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
192 B
Common Lisp
Raw Normal View History

(load (sb-ext:posix-getenv "ASDF"))
(pushnew (truename "./import") asdf:*central-registry*)
(asdf:load-system :org.lispbuilds.nix)
(load "./import/main.lisp")
(org.lispbuilds.nix/main::main)