feat(sbcl): install roswell, use proj local asdf paths

This commit is contained in:
buffet 2023-03-10 14:07:10 +01:00
parent 799bee28da
commit c8a716f3ba

View file

@ -2,11 +2,12 @@
home-manager.users.buffet = {
home = {
packages = with pkgs; [
roswell
sbcl
];
file.".config/common-lisp/source-registry.conf.d/lisp.conf".text = ''
(:tree "/home/buffet/proj/bechamel")
(:include (:home "proj" "cl-proj.lisp"))
'';
};
};