Don't install python env on servers.
This commit is contained in:
@@ -10,11 +10,6 @@ let
|
|||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonEnv = pkgs.unstable.python3.withPackages (ps: [
|
|
||||||
ps.google-generativeai
|
|
||||||
ps.ipython
|
|
||||||
]);
|
|
||||||
|
|
||||||
fishPkgs = with pkgs.fishPlugins; [
|
fishPkgs = with pkgs.fishPlugins; [
|
||||||
pure
|
pure
|
||||||
# don't add failed commands to history
|
# don't add failed commands to history
|
||||||
@@ -23,5 +18,5 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages = corePkgs ++ [ pythonEnv ] ++ fishPkgs;
|
packages = corePkgs ++ fishPkgs;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user