Rename common-lisp directory to lisp
I could have renamed common-lisp to common_lisp. I think Nix prefers underscores to hyphens.
This commit is contained in:
parent
6108f8df01
commit
b6fa3941b3
4 changed files with 1 additions and 0 deletions
16
lisp/default.nix
Normal file
16
lisp/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ depot ? import <depot> {},
|
||||
universe ? import <universe> {},
|
||||
...
|
||||
}:
|
||||
|
||||
depot.nix.buildLisp.program {
|
||||
name = "unit-testing";
|
||||
|
||||
deps = with universe.third_party.lisp; [
|
||||
prove
|
||||
];
|
||||
|
||||
srcs = [
|
||||
./unit-testing.lisp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue