mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-06 09:12:35 +03:00
7 lines
172 B
Common Lisp
7 lines
172 B
Common Lisp
|
|
||
|
(require :asdf)
|
||
|
(pushnew (truename "./import") asdf:*central-registry*)
|
||
|
(asdf:load-system :org.lispbuilds.nix)
|
||
|
(load "./import/main.lisp")
|
||
|
(org.lispbuilds.nix/main::main)
|