feat: add sbcl with basic asdf config
This commit is contained in:
parent
be46676944
commit
44086a09b3
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ _: {
|
||||||
./newsboat.nix
|
./newsboat.nix
|
||||||
./nvim.nix
|
./nvim.nix
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
|
./sbcl.nix
|
||||||
./sioyek.nix
|
./sioyek.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
file.".config/common-lisp/source-registry.conf.d/lisp.conf".text = ''
|
file.".config/common-lisp/source-registry.conf.d/lisp.conf".text = ''
|
||||||
(:tree "/home/buffet/proj")
|
(:tree "/home/buffet/proj/bechamel")
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue