about summary refs log tree commit diff
path: root/lisp/klatre/default.nix
blob: 41c3ef8094d0ba883caffd7745e9638da867df0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ depot, ... }:

depot.nix.buildLisp.library {
  name = "klatre";

  srcs = [
    ./package.lisp
    ./klatre.lisp
  ];
}