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:38:35 -07:00
parent 3e9f76774a
commit 0065365bdf
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

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