1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-05 20:15:26 +03:00

Move github tests: tests -> tests/github

This commit is contained in:
Nicolas Mattia 2019-11-30 11:42:58 +01:00
parent dbfe7acbbe
commit 0a8b4f0ffd
10 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ rec
{
inherit niv niv-sdist niv-source niv-devshell niv-cabal-upload;
tests = pkgs.callPackage ./tests { inherit niv; };
tests-github = pkgs.callPackage ./tests/github { inherit niv; };
niv-test = pkgs.runCommand "niv-test" { buildInputs = [ niv ]; }
"niv-test && touch $out";