mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
importCargoLock: add docs how to run these tests
This commit is contained in:
parent
34cc1821db
commit
f21712edaa
@ -1,5 +1,7 @@
|
||||
{ callPackage }:
|
||||
|
||||
# Build like this from nixpkgs root:
|
||||
# $ nix-build -A tests.importCargoLock
|
||||
{
|
||||
basic = callPackage ./basic { };
|
||||
gitDependency = callPackage ./git-dependency { };
|
||||
|
Loading…
Reference in New Issue
Block a user