9 lines
124 B
Nix
9 lines
124 B
Nix
|
{ depot ? import <depot> {}, ... }:
|
||
|
|
||
|
depot.nix.buildLisp.library {
|
||
|
name = "prelude";
|
||
|
srcs = [
|
||
|
./prelude.lisp
|
||
|
];
|
||
|
}
|