nixpkgs release: remove macOS hack

was needed for testing previously
see:

https://github.com/NixOS/nixpkgs/pull/28174#pullrequestreview-55944725
This commit is contained in:
Matthew Bauer
2017-08-12 20:39:48 -07:00
parent 3e9f76774a
commit 0065365bdf
-3
View File
@@ -126,9 +126,6 @@ let
pandas = unix;
scikitlearn = unix;
};
# hack around broken eval of non-linux packages for now.
tests.macOSSierraShared = darwin;
} ));
in jobs