nix/packages: +baguette_sharp

This commit is contained in:
Primrose 2025-03-22 18:52:23 +01:00
parent 7f1e1ad030
commit f070a5572b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 42 additions and 0 deletions

View file

@ -105,6 +105,8 @@ in rec {
ffgun = pkgs.callPackage ./ffgun.nix {};
easyscan = pkgs.callPackage ./easyscan.nix {};
baguette-sharp = pkgs.callPackage ./baguette-sharp.nix {};
# TODO: remove when channel update
ltex-ls-plus = pkgs.callPackage ./ltex-ls-plus.nix {jvmOptions = ["-Xmx512m"];};