importCargoLock: add docs how to run these tests

This commit is contained in:
Jörg Thalheim 2021-09-11 11:14:58 +02:00
parent 34cc1821db
commit f21712edaa

View file

@ -1,5 +1,7 @@
{ callPackage }:
# Build like this from nixpkgs root:
# $ nix-build -A tests.importCargoLock
{
basic = callPackage ./basic { };
gitDependency = callPackage ./git-dependency { };