about summary refs log tree commit diff
path: root/nixos/modules/config/unix-odbc-drivers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/unix-odbc-drivers.nix')
-rw-r--r--nixos/modules/config/unix-odbc-drivers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/unix-odbc-drivers.nix b/nixos/modules/config/unix-odbc-drivers.nix
index b725e6cae732..98929392acec 100644
--- a/nixos/modules/config/unix-odbc-drivers.nix
+++ b/nixos/modules/config/unix-odbc-drivers.nix
@@ -27,7 +27,7 @@ with lib;
 
     environment.etc."odbcinst.ini".text =
       let inis = config.environment.unixODBCDrivers;
-      in pkgs.lib.concatStringsSep "\n" inis;
+      in lib.concatStringsSep "\n" inis;
 
   };