forked from mirrors_public/oddlama_nix-config
feat: add my own realtime-stt-server script; add fixed jaxlib
This commit is contained in:
parent
5e9143778f
commit
e1e8997525
5 changed files with 823 additions and 0 deletions
|
@ -33,6 +33,15 @@
|
|||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
});
|
||||
pythonPackagesExtensions =
|
||||
prev.pythonPackagesExtensions
|
||||
++ [
|
||||
(pythonFinal: _pythonPrev: {
|
||||
jaxlib = pythonFinal.callPackage ./jaxlib.nix {};
|
||||
realtime-stt = pythonFinal.callPackage ./realtime-stt.nix {};
|
||||
})
|
||||
];
|
||||
realtime-stt-server = prev.callPackage ./realtime-stt-server.nix {};
|
||||
|
||||
formats =
|
||||
prev.formats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue