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