mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(packages): write xsampa to ipa converter
This commit is contained in:
@@ -111,6 +111,12 @@ in
|
||||
packages = [ pkgs.st pkgs.fzf pkgs.dash pkgs.bash ];
|
||||
};
|
||||
|
||||
ipa = wrapScript {
|
||||
script = ./ipa.py;
|
||||
name = "ipa";
|
||||
packages = [ pkgs.python3 ];
|
||||
};
|
||||
|
||||
bvg = pkgs.callPackage ./bvg.nix {};
|
||||
nav = pkgs.callPackage ./nav.nix {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user