Darwin updates
Add Python modules that are needed for work and other things Move import of Bash into Xonsh to the head in order to avoid issues with being overwritten by Bash defaults
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
|
||||
let
|
||||
myPackages = pypackages: with pypackages; [
|
||||
pkgs.datadog-api-client
|
||||
pkgs.xonsh-direnv
|
||||
datadog
|
||||
dateutil
|
||||
ipython
|
||||
pyyaml
|
||||
responses
|
||||
ruamel-yaml
|
||||
typing-extensions
|
||||
virtualenv
|
||||
];
|
||||
|
||||
myPython = pkgs.python3.withPackages myPackages;
|
||||
|
||||
Reference in New Issue
Block a user