1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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 ]; }