about summary refs log tree commit diff
path: root/pkgs/tools/package-management/nixops/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/package-management/nixops/generic.nix')
-rw-r--r--pkgs/tools/package-management/nixops/generic.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/package-management/nixops/generic.nix b/pkgs/tools/package-management/nixops/generic.nix
index 9c4c2600fb40..87ed6295977f 100644
--- a/pkgs/tools/package-management/nixops/generic.nix
+++ b/pkgs/tools/package-management/nixops/generic.nix
@@ -14,6 +14,7 @@ python2Packages.buildPythonApplication {
   pythonPath = with python2Packages;
     [ prettytable
       boto
+      boto3
       hetzner
       libcloud
       azure-storage
@@ -22,6 +23,8 @@ python2Packages.buildPythonApplication {
       azure-mgmt-resource
       azure-mgmt-storage
       adal
+      pysqlite  # Go back to builtin sqlite once Python 2.7.13 is released
+      datadog
     ];
 
   doCheck = false;