pkgs-lib: Add tests for formats

This commit is contained in:
Silvan Mosberger
2020-07-29 18:08:25 +02:00
parent b6c540a87c
commit 9c1565a042
2 changed files with 159 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
# Call nix-build on this file to run all tests in this directory
{ pkgs ? import ../../.. {} }:
let
formats = import ./formats.nix { inherit pkgs; };
in pkgs.linkFarm "nixpkgs-pkgs-lib-tests" [
{ name = "formats"; path = import ./formats.nix { inherit pkgs; }; }
]