repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
development
/
lisp-modules
/
ql-import.lisp
blob
18fcb5270b7a3dd884a446f8c3488fb80f647896
1
2
(
load
(
sb-ext
:
posix-getenv
"ASDF"
))
3
(
pushnew
(
truename
"./import"
)
asdf
:*
central-registry
*)
4
(
asdf
:
load-system
:
org.lispbuilds.nix
)
5
(
load
"./import/main.lisp"
)
6
(
org
.lispbuilds.nix
/
main
::
main
)