Disable recursive Nix test on macOS

https://hydra.nixos.org/build/107724274
This commit is contained in:
Eelco Dolstra 2019-12-03 19:18:47 +01:00
parent e59e2b2951
commit c1d18050b4

View file

@ -1,5 +1,8 @@
source common.sh
# FIXME
if [[ $(uname) != Linux ]]; then exit; fi
clearStore
export unreachable=$(nix add-to-store ./recursive.sh)