Merge pull request #80953 from andir/bazel-poison

buildBazelPackage: poison all the fixed output derivations
This commit is contained in:
Andreas Rammhold
2020-03-03 10:39:05 +01:00
committed by GitHub
9 changed files with 49 additions and 9 deletions
+1
View File
@@ -6659,6 +6659,7 @@ in {
zerobin = callPackage ../development/python-modules/zerobin { };
tensorflow-estimator = callPackage ../development/python-modules/tensorflow-estimator { };
tensorflow-estimator_1_15_1 = callPackage ../development/python-modules/tensorflow-estimator/1_15_1.nix { };
tensorflow-probability = callPackage ../development/python-modules/tensorflow-probability { };