about summary refs log tree commit diff
path: root/pkgs/by-name/lo
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22local-ai: 2.16.0 -> 2.17.1Christian Kögler1-16/+22
2024-06-20logseq: fix build, move to by-namesuperherointj1-0/+82
2024-06-18louvre: 2.0.0-1 -> 2.1.0-1R. Ryantm1-2/+2
2024-06-15local-ai: 2.15.0 -> 2.16.0Christian Kögler1-12/+40
2024-06-11louvre: 1.2.1-2 -> 2.0.0-1R. Ryantm1-2/+2
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-03treewide: fix all obviously wrong mkEnableOptionsSandro Jäckel1-1/+1
2024-05-28logiops: 0.3.3 -> 0.3.4R. Ryantm1-2/+2
2024-05-09local-ai: 2.14.0 -> 2.15.0Christian Kögler2-18/+24
2024-05-06local-ai: 2.13.0 -> 2.14.0Christian Kögler3-19/+48
2024-05-04louvain-community: unstable-2024-01-30 -> 0-unstable-2024-01-30OPNA26081-1/+1
2024-04-30Merge branch 'master' into staging-nextWeijia Wang4-116/+298
2024-04-28local-ai: 2.12.4 -> 2.13.0Christian Kögler4-116/+298
2024-04-23lorem: 1.3 -> 1.4Michael Evans1-12/+12
2024-04-22loupe: 46.1 → 46.2Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/loupe/-/compare/46.1...46.2
2024-04-22loupe: 46.0 → 46.1Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/loupe/-/compare/46.0...46.1
2024-04-22loupe: 45.3 → 46.0Maxine Aubrey1-4/+6
https://gitlab.gnome.org/GNOME/loupe/-/compare/45.3...46.0 Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-14local-ai: 2.12.3 -> 2.12.4R. Ryantm1-2/+2
2024-04-12Merge pull request #302907 from ck3d/localai-2121Christian Kögler2-129/+209
local-ai: 2.11.0 -> 2.12.3
2024-04-12Merge pull request #302103 from r-ryantm/auto-update/lokshWeijia Wang1-2/+2
loksh: 7.4 -> 7.5
2024-04-11local-ai: 2.11.0 -> 2.12.3Christian Kögler2-129/+209
- acitvate with_stablediffusion and with_tts per default - move tests to separate file - add llama test
2024-04-07Merge pull request #302350 from ck3d/localai-config-cudaSomeone1-20/+28
local-ai: better defaults and smaller closure size
2024-04-07local-ai: use makeLibraryPath for LD_LIBRARY_PATHChristian Kögler1-13/+14
2024-04-07local-ai: reduce closure by using cuda_nvccChristian Kögler1-3/+11
2024-04-07local-ai: remove unused inputs and commentsChristian Kögler1-2/+0
2024-04-07local-ai: use defaults from config and stdenvChristian Kögler1-3/+4
2024-04-06loco-cli: init at 0.2.6Sebastian Rutofski2-0/+1635
2024-04-06loksh: 7.4 -> 7.5R. Ryantm1-2/+2
2024-04-01local-ai: add whisper testChristian Kögler1-2/+28
2024-04-01local-ai: fix missing libs for piper backendChristian Kögler1-16/+103
2024-03-28local-ai: 2.10.1 -> 2.11.0Christian Kögler1-7/+7
2024-03-24local-ai: buildGoModules do not allow to use buildFlagsChristian Kögler1-2/+3
2024-03-23local-ai: reuse derivation ncnn for go-tiny-dreamChristian Kögler1-7/+23
2024-03-23local-ai: add feature flags for CPU extensionsChristian Kögler1-0/+16
2024-03-23local-ai: use cmake to install grpc-serverChristian Kögler1-6/+4
2024-03-23local-ai: use cmake for whisper-cppChristian Kögler1-16/+17
2024-03-22local-ai: Build go modules as separate package and fix ttsChristian Kögler1-137/+264
2024-03-22Merge pull request #291647 from ck3d/localai-initlassulus1-0/+311
local-ai: init at 2.10.1
2024-03-20local-ai: initial add 2.10.1Christian Kögler1-0/+311
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm4-0/+4
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-28Merge pull request #289391 from Erethon/erethon-loramonJon Seager1-0/+33
loramon: init at 0.9.7
2024-02-24Merge pull request #289701 from kylechui/feat/update-logiopsSandro3-0/+112
2024-02-22logiops: 0.2.3 -> 0.3.3Kyle Chui3-0/+112
feat: Add multiple version support. refactor: Remove unnecessary code. The `DBus` handling is already done via the changed patch file. chore: Fix formatting. refactor: Remove confusing comment. refactor: Abide by `by-name` CI. https://github.com/NixOS/nixpkgs/actions/runs/7968015723/job/21751618054?pr=289701 fix: Remove unnecessary CMake build flag. Nixpkgs already always builds Release, so this is redundant.
2024-02-20louvre: 1.2.0-2 -> 1.2.1-2R. Ryantm1-2/+2
2024-02-17loramon: init at 0.9.7Dionysis Grigoropoulos1-0/+33
2024-02-17louvre: 1.1.0-1 -> 1.2.0-2R. Ryantm1-2/+2
2024-01-31louvain-community: unstable-2021-03-18 -> unstable-2024-01-30Sergei Trofimovich1-3/+6
Without the change the build against `gcc-13` fails as: https://cache.nixos.org/log/xpqnf8kk3wxgqspxf2khipxlv0wf8i36-louvain-community-unstable-2021-03-18.drv /build/source/src/louvain_communities.cpp: At global scope: /build/source/src/louvain_communities.cpp:60:5: error: 'uint32_t' does not name a type 60 | uint32_t verbosity = 0; | ^~~~~~~~ /build/source/src/louvain_communities.cpp:44:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 43 | #include "GitSHA1.h" +++ |+#include <cstdint> 44 | While at it added a trivial unstable updater.
2024-01-19Merge pull request #277278 from t4ccer/t4/approxmckirillrdy1-0/+27
approxmc: init at 4.1.23
2024-01-18lorem: init at 1.3Michael Evans1-0/+61