From 6e1562761b29813b28b66d601875ddbc1d2024a1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 26 Feb 2021 21:49:30 +0100 Subject: [PATCH] configuration-common: cosmetic --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) 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