diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-28 17:36:56 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-28 17:36:56 +0100 |
commit | e53c89a64388ba2dc39f956c8f63620d28cc32af (patch) | |
tree | 2b2f24e9a9df7bfddf06ad7945ce929346ba1219 /tests | |
parent | 5bbe793abf18414878a069399d1759673d693fb6 (diff) |
Hopefully fix macOS test
https://hydra.nixos.org/build/110879694
Diffstat (limited to 'tests')
-rw-r--r-- | tests/flakes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/flakes.sh b/tests/flakes.sh index 283c2e397..8cd814a29 100644 --- a/tests/flakes.sh +++ b/tests/flakes.sh @@ -574,6 +574,7 @@ nix flake info --json hg+file://$flake5Dir nix build -o $TEST_ROOT/result hg+file://$flake5Dir --no-registries --no-allow-dirty # Test tarball flakes +rm -rf $flake5Dir/.hg tar cfz $TEST_ROOT/flake.tar.gz -C $TEST_ROOT flake5 nix build -o $TEST_ROOT/result file://$TEST_ROOT/flake.tar.gz |