Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, ... }:
depot.nix.buildLisp.program {
name = "wc";
srcs = [
./wc.lisp
];
deps = with depot.third_party.lisp; [
unix-opts
iterate
}