about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/get-drvs.cc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27 r/1492 feat(nix/buildLisp): Add abstraction for test suitesGriffin Smith2-50/+142
2020-07-27 r/1491 feat(3p/lisp): Add checklG