build-support writers: add tests

This commit is contained in:
lassulus
2018-11-27 07:08:13 +01:00
parent abd0efae35
commit 2d02cd7790
2 changed files with 151 additions and 0 deletions
+2
View File
@@ -31,4 +31,6 @@ with pkgs;
cross = callPackage ./cross {};
patch-shebangs = callPackage ./patch-shebangs {};
writers = callPackage ../build-support/writers/test.nix {};
}