mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding ds_python
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
my_python
|
my_python
|
||||||
|
ds_python
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,4 +45,16 @@
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
ds-env = final: _prev: {
|
||||||
|
ds_python = final.python311.withPackages (
|
||||||
|
ps: with ps; [
|
||||||
|
faster-whisper
|
||||||
|
polars
|
||||||
|
psycopg
|
||||||
|
pyannote-pipeline
|
||||||
|
pydantic
|
||||||
|
]
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user