feat(sbcl): install roswell, use proj local asdf paths
This commit is contained in:
parent
799bee28da
commit
c8a716f3ba
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue