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
16 lines
187 B
Nix
16 lines
187 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
#greg.pypackages = with pkgs; [
|
|
# datadog-api-client
|
|
# datadog
|
|
# dateutil
|
|
# ipython
|
|
# pyyaml
|
|
# responses
|
|
# ruamel-yaml
|
|
# typing-extensions
|
|
# virtualenv
|
|
#];
|
|
}
|