11 lines
122 B
Nix
11 lines
122 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
depot.nix.buildLisp.library {
|
||
|
name = "klatre";
|
||
|
|
||
|
srcs = [
|
||
|
./package.lisp
|
||
|
./klatre.lisp
|
||
|
];
|
||
|
}
|