Commit 10241b3c authored by Matthew Bauer's avatar Matthew Bauer
Browse files

release.nix: disable private apple sdks in release

we shouldn’t let it get into the release. This includes:

- darwin.cf-private
- darwin.osx_private_sdk
- xcode
parent 0065365b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -126,6 +126,12 @@ let
        pandas = unix;
        scikitlearn = unix;
      };

      darwin = packagePlatforms pkgs.darwin // {
        cf-private = {};
        osx_private_sdk = {};
        xcode = {};
      };
    } ));

in jobs