nixpkgs/pkgs/pkgs-lib/tests/default.nix
2020-07-29 18:08:20 +02:00

6 lines
146 B
Nix

# Call nix-build on this file to run all tests in this directory
{ pkgs ? import ../../.. {} }:
let
in pkgs.linkFarm "nixpkgs-pkgs-lib-tests" [
]