1
1
mirror of https://github.com/nmattia/snack.git synced 2024-11-28 12:27:41 +03:00

Test snack.nix discovery

This commit is contained in:
Nicolas Mattia 2019-01-18 21:44:46 +01:00
parent c9edd68d0f
commit 9f2f926723
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
{ main = "Foo";
src = ./src;
dependencies = [
"conduit"
"something-that-doesnt-exist"
];
}

View File

@ -16,5 +16,5 @@ test() {
rm $TMP_FILE
}
SNACK="snack -j4 --snack-nix snack.nix --package-file package.nix" test
SNACK="snack -j4 --snack-nix snack.nix --package-file package.yaml" test
SNACK="snack -j4" test