Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. with import <nixpkgs> {};
  2. {
  3. ini = pkgs.writeTextFile rec {
  4. name = "odbcinst.ini";
  5. destination = "/${name}";
  6. text = ''
  7. [FreeTDS]
  8. Description=FreeTDS Driver for Linux & MSSQL
  9. Driver=${freetds}/lib/libtdsodbc.so
  10. Setup=${freetds}/lib/libtdsodbc.so
  11. UsageCount=1'';
  12. };
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement