1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Add basic flake tests

This commit is contained in:
Eelco Dolstra 2019-05-07 23:22:47 +02:00
parent ddd42b7e94
commit 2d5a219688
6 changed files with 126 additions and 4 deletions

View file

@ -129,6 +129,7 @@ NEED_PROG(gzip, gzip)
NEED_PROG(xz, xz)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(lsof, lsof, lsof)
NEED_PROG(jq, jq)
NEED_PROG(cat, cat)