Commit Graph

47 Commits

Author SHA1 Message Date
R. Ryantm
aff842768c koboldcpp: 1.66 -> 1.67 2024-06-10 06:47:52 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-09 23:07:45 +02:00
R. Ryantm
6a897aeb66 kor: 0.4.1 -> 0.4.2 2024-06-07 02:30:50 +00:00
Peder Bergebakken Sundt
60cb7c56a0
Merge pull request #313471 from TomaSajt/koodo-reader
koodo-reader: fix darwin build
2024-06-05 12:01:22 +02:00
superherointj
aa993504e7 kotlin-interactive-shell: normalize doCheck 2024-06-02 21:35:14 -03:00
nicoo
80d2ab0d29
Merge #314450: init koboldcpp at 1.66 2024-05-28 12:08:11 +00:00
Maxwell Henderson
55291de146 koboldcpp: init at 1.66
This responds to issue #295900 by adding the koboldcpp package

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>
2024-05-27 13:54:21 -07:00
R. Ryantm
f0050fd560 kor: 0.4.0 -> 0.4.1 2024-05-24 01:28:49 +00:00
TomaSajt
d4b726e070
koodo-reader: fix darwin build 2024-05-21 21:55:04 +02:00
Matthias Beyer
55138df0e2
Merge pull request #311150 from r-ryantm/auto-update/kokkos
kokkos: 4.3.00 -> 4.3.01
2024-05-18 09:08:15 +02:00
R. Ryantm
87485af904 kor: 0.3.8 -> 0.4.0 2024-05-13 01:47:19 +00:00
R. Ryantm
fb17e8b1d4 kokkos: 4.3.00 -> 4.3.01 2024-05-12 19:19:20 +00:00
Kenichi Kamiya
263d444693
komac: 2.1.0 -> 2.2.1 2024-05-08 11:01:08 +09:00
Filip Czaplicki
656409d2a4
kotlin-interactive-shell: init at 0.5.2 (#285902)
* kotlin-interactive-shell: init at 0.5.2

Apply suggestions from code review
Add meta.mainProgram

Co-authored-by: Robert Schütz <github@dotlambda.de>

Update pkgs/by-name/ki/ki/package.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Rename ki to kotlin-interactive-shell

* Update pkgs/by-name/ko/kotlin-interactive-shell/package.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-05-05 23:10:30 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
R. Ryantm
1a8a40c15e kor: 0.3.7 -> 0.3.8 2024-05-01 02:24:03 +00:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
TomaSajt
d3577c6727
koodo-reader: fix wrapper variable expansion 2024-04-27 21:24:08 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
TomaSajt
07fcd33b93
koodo-reader: init at 1.6.6 2024-04-21 22:34:35 +02:00
Weijia Wang
a258b2c5a4
Merge pull request #302014 from r-ryantm/auto-update/kokkos
kokkos: 4.2.01 -> 4.3.00
2024-04-12 10:19:03 +02:00
Aleksana
179fb3425c
Merge pull request #301090 from ByteSudoer/init-koji
koji: init at 2.2.0
2024-04-09 01:17:43 +08:00
R. Ryantm
0742e80275 kokkos: 4.2.01 -> 4.3.00 2024-04-06 05:36:51 +00:00
Aleksana
523895eadb
Merge pull request #296350 from kachick/add-komac
komac: init at 2.1.0
2024-04-05 10:42:11 +08:00
Kenichi Kamiya
868e93937c
komac: init at 2.1.0
komac: relax to specify Apple SDK version

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

komac: correct to choose GPL options

Allowed later versions e3be88a29b/README.md (L167)

And gpl3 specifier is deprecated 849cb60b10/lib/licenses.nix (L1283)

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-04 18:52:35 +09:00
Fabian Affolter
203eec1f46 koodousfinder: use nixfmt 2024-04-04 11:33:01 +02:00
Fabian Affolter
25e5f31458 koodousfinder: refactor 2024-04-04 11:32:18 +02:00
Fabian Affolter
1e434d9a30 koodousfinder: relax keyring 2024-04-04 11:31:38 +02:00
ByteSudoer
f9f1092c73 koji: init at 2.2.0 2024-04-03 18:44:20 +01:00
R. Ryantm
99271380d0 kor: 0.3.6 -> 0.3.7 2024-03-25 01:40:25 +00:00
zendo
bf5012a00f kooha: 2.2.3 -> 2.2.4 2024-03-09 08:31:50 +08:00
zendo
3f7e08a5eb kooha: move to by-name 2024-03-09 08:08:21 +08:00
Weijia Wang
2abc5df546
Merge pull request #292705 from r-ryantm/auto-update/konbucase
konbucase: 4.1.1 -> 4.1.2
2024-03-07 11:56:36 +01:00
R. Ryantm
cc66921e83 kor: 0.3.5 -> 0.3.6 2024-03-04 01:12:13 +00:00
R. Ryantm
fe88f2cfb8 konbucase: 4.1.1 -> 4.1.2 2024-03-02 03:53:38 +00:00
R. Ryantm
ca79af322b kor: 0.3.4 -> 0.3.5 2024-02-20 12:38:25 +00:00
R. Ryantm
f4503afe9d kokkos: 4.2.00 -> 4.2.01 2024-02-14 08:39:05 +00:00
R. Ryantm
013bf07261 kor: 0.3.3 -> 0.3.4 2024-02-10 08:38:15 +00:00
R. Ryantm
84b70115a8 kor: 0.3.2 -> 0.3.3 2024-01-11 04:59:00 +00:00
Weijia Wang
df256f867f
Merge pull request #272792 from r-ryantm/auto-update/kokkos
kokkos: 4.1.00 -> 4.2.00
2024-01-03 15:31:28 +01:00
Fabian Affolter
13d8ffa26f koodousfinder: init at 0.1.0
Tool to allows users to search for and analyze Android apps

https://github.com/teixeira0xfffff/KoodousFinder
2023-12-14 08:36:55 +01:00
R. Ryantm
e1d78ab772 kor: 0.3.0 -> 0.3.2 2023-12-11 06:30:32 +00:00
R. Ryantm
4f69429ab1 kokkos: 4.1.00 -> 4.2.00 2023-12-07 23:38:18 +00:00
Ivan Kovnatsky
c8b52e55f7
kor: initial at 0.3.0
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2023-12-04 10:17:38 +02:00
The Galaxy
fb2ee503c1
konbucase: init at 4.1.1 2023-10-21 07:35:34 +08:00
Madoura
447551520b
kokkos: init at 4.1.00 2023-10-16 08:34:02 -05:00