Merge remote-tracking branch 'origin/darwin' into test

This commit is contained in:
Greg Hellings
2022-09-13 22:56:16 -05:00
41 changed files with 322 additions and 86 deletions
+15
View File
@@ -0,0 +1,15 @@
{ pkgs, ... }:
{
#greg.pypackages = with pkgs; [
# datadog-api-client
# datadog
# dateutil
# ipython
# pyyaml
# responses
# ruamel-yaml
# typing-extensions
# virtualenv
#];
}