Pull Xonsh directly into IVR
This commit is contained in:
@@ -10,6 +10,12 @@ let
|
|||||||
ruamel-yaml
|
ruamel-yaml
|
||||||
tox
|
tox
|
||||||
]);
|
]);
|
||||||
|
x = pkgs.xonsh.override {
|
||||||
|
extraPackages = (ps: [
|
||||||
|
pkgs.nur.repos.xonsh-xontribs.xonsh-direnv
|
||||||
|
pkgs.nur.repos.xonsh-xontribs.xontrib-vox
|
||||||
|
]);
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
greg = {
|
greg = {
|
||||||
development = true;
|
development = true;
|
||||||
@@ -26,6 +32,7 @@ in {
|
|||||||
insomnia
|
insomnia
|
||||||
pipenv-ivr
|
pipenv-ivr
|
||||||
poetry
|
poetry
|
||||||
|
x
|
||||||
];
|
];
|
||||||
file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
|
file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
|
||||||
"[global]"
|
"[global]"
|
||||||
|
|||||||
Reference in New Issue
Block a user