AILanguageCompanion / replit.nix
koura718's picture
Copy to github 1st
aa04092
raw
history blame contribute delete
68 Bytes
{pkgs}: {
deps = [
pkgs.glibcLocales
pkgs.freetype
];
}