mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
bdc000263a
This is to enable a smooth migration to the new one.
6 lines
172 B
Common Lisp
6 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)
|