about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-new-obsolete/ql-import.lisp
blob: 630090f91d14bf0ef1c9e809fee9233b835b98c6 (plain) (blame)
1
2
3
4
5
6

(require :asdf)
(pushnew (truename "./import") asdf:*central-registry*)
(asdf:load-system :org.lispbuilds.nix)
(load "./import/main.lisp")
(org.lispbuilds.nix/main::main)