forked from lix-project/lix
Disable recursive Nix test on macOS
https://hydra.nixos.org/build/107724274
This commit is contained in:
parent
e59e2b2951
commit
c1d18050b4
|
@ -1,5 +1,8 @@
|
|||
source common.sh
|
||||
|
||||
# FIXME
|
||||
if [[ $(uname) != Linux ]]; then exit; fi
|
||||
|
||||
clearStore
|
||||
|
||||
export unreachable=$(nix add-to-store ./recursive.sh)
|
||||
|
|
Loading…
Reference in a new issue