temporary: Drop workarounds for previous upstream version
This commit is contained in:
@@ -17,10 +17,6 @@ self: super: pkgs: with pkgs; {
|
||||
];
|
||||
} );
|
||||
|
||||
# tensorflow requires cudatoolkit90
|
||||
inherit (callPackages ./tf-cudatoolkit.nix { }) cudatoolkit90;
|
||||
inherit (callPackages ./tf-cudnn.nix { }) cudnn_cudatoolkit90;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/44426
|
||||
python27 = super.python27.override { packageOverrides = pythonOverrides; };
|
||||
python34 = super.python34.override { packageOverrides = pythonOverrides; };
|
||||
|
||||
Reference in New Issue
Block a user