Disable recursive Nix test on macOS
https://hydra.nixos.org/build/107724274
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
source common.sh
|
||||
|
||||
# FIXME
|
||||
if [[ $(uname) != Linux ]]; then exit; fi
|
||||
|
||||
clearStore
|
||||
|
||||
export unreachable=$(nix add-to-store ./recursive.sh)
|
||||
|
||||
Reference in New Issue
Block a user