refactor: rename build-failures to misc-fixes
This commit is contained in:
parent
d2896337d3
commit
771fb30cf9
3 changed files with 6 additions and 4 deletions
overlays/misc-fixes
6
overlays/misc-fixes/default.nix
Normal file
6
overlays/misc-fixes/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
final: prev: {
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/wy/wyoming-faster-whisper/package.nix
|
||||
wyoming-faster-whisper = prev.wyoming-faster-whisper.overridePythonAttrs (o: {
|
||||
meta = {mainProgram = o.pname;} // o.meta;
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue