diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 97827fff9ae..d954922fcdd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1610,4 +1610,5 @@ self: super: { }) ]; }); + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super