Commit Graph

144 Commits

Author SHA1 Message Date
Thiago Kenji Okada
b65ca14ede kodi-retroarch-advanced-launchers: move to pkgs/by-name, format with nixfmt-rfc-style 2024-11-24 21:58:01 +00:00
Masum Reza
b4928123e8
koboldcpp: drop unused args, refactor darwin sdks (#349052) 2024-11-21 23:35:09 +05:30
Gliczy
5c96d47ddd komikku: 1.62.0 -> 1.63.0 2024-11-18 00:26:53 +01:00
Masum Reza
1265806d36
koboldcpp: 1.77 -> 1.78 (#356508) 2024-11-17 15:53:14 +05:30
Nikolay Korotkiy
d903a3ee64
koruri: init at 20210720 (#297950) 2024-11-17 02:28:04 +04:00
DontEatOreo
683a41fcb2
koboldcpp: 1.77 -> 1.78
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.78
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.77...v1.78
2024-11-16 15:55:45 +00:00
haruki7049
bf1428225f koruri: init at 20210720 2024-11-15 11:05:42 +09:00
Gliczy
f1d5416150 komikku: 1.60.0 -> 1.62.0 2024-11-10 17:53:08 +01:00
R. Ryantm
b323e1c5c4 komga: 1.14.0 -> 1.14.1 2024-11-09 18:30:58 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
DontEatOreo
d626241e24
koboldcpp: gitUpdater -> nix-update-script 2024-11-08 18:41:57 +02:00
DontEatOreo
bccff63bbb
koboldcpp: drop postPatch 2024-11-08 18:37:54 +02:00
DontEatOreo
30a3b42239
koboldcpp: drop stdenv.hostPlatform.isAarch64 requirement
https://github.com/NixOS/nixpkgs/pull/349052#issuecomment-2417739679
2024-11-08 18:10:23 +02:00
Aleksana
f96eb6a3f6
treewide: remove refs/tags/ from github release meta.changelog (#353000) 2024-11-06 22:16:20 +08:00
Peder Bergebakken Sundt
8fff01c7e8 komac: remove refs/tags/ from github release meta.changelog 2024-11-05 12:50:10 +01:00
Gliczy
0e5a42933f komikku: 1.58.0 -> 1.60.0 2024-11-03 19:21:57 +01:00
DontEatOreo
65a20bbd7f
koboldcpp: 1.76 -> 1.77
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.77
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.76...v1.77
2024-11-01 16:37:09 +00:00
R. Ryantm
e498e2921e kor: 0.5.5 -> 0.5.6 2024-10-29 03:01:02 +00:00
Masum Reza
c5636b77af
koboldcpp: fix metal support (#350307) 2024-10-24 17:22:27 +05:30
Chuang Zhu
a05b26dd03 komikku: 1.57.0 -> 1.58.0; add webp support; move to by-name 2024-10-23 08:12:13 +08:00
jacobi petrucciani
66d16f804f koboldcpp: fix metal support 2024-10-21 15:00:01 -04:00
DontEatOreo
466d465746
koboldcpp: migrate to apple-sdk_12 2024-10-16 17:08:07 +03:00
DontEatOreo
6e9650ad50
koboldcpp: drop unused args 2024-10-16 17:04:13 +03:00
Heitor Augusto
d1893e8cde
komac: ensure that source is a tag 2024-10-15 23:52:04 -03:00
Heitor Augusto
96562536ca
komac: add updateScript 2024-10-15 23:51:16 -03:00
Heitor Augusto
91abcc0446
komac: add version check 2024-10-15 23:51:16 -03:00
Heitor Augusto
6c2ee69451
komac: format with nixfmt-rfc-style 2024-10-15 23:51:16 -03:00
Heitor Augusto
f40a7a80c4
komac: remove with lib from meta 2024-10-15 23:51:12 -03:00
DontEatOreo
3a7199dbd2
koboldcpp: add meta.homepage 2024-10-12 12:49:52 +03:00
DontEatOreo
8a8e39bd49
koboldcpp: 1.75.2 -> 1.76
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.76
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.75.2...v1.76
2024-10-12 12:48:22 +03:00
Nick Cao
c408b26853
kokkos: 4.4.00 -> 4.4.01 (#343037) 2024-09-24 18:25:50 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
DontEatOreo
6539d1b561
koboldcpp: 1.74 -> 1.75.2
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.75.2
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.74...v1.75.2
2024-09-23 16:40:06 +03:00
R. Ryantm
4a0793d075 kokkos: 4.4.00 -> 4.4.01 2024-09-19 14:23:43 +00:00
Weijia Wang
3a7031aad8
kokkos: 4.3.01 -> 4.4.00 (#335928) 2024-09-09 22:39:45 +02:00
Masum Reza
fa269520b0
koboldcpp 1.73.1 -> 1.74 (#338587) 2024-09-02 23:09:21 +05:30
R. Ryantm
c9b2d5c47c komac: 2.5.0 -> 2.6.0 2024-08-31 13:42:47 +00:00
DontEatOreo
2137cfedcb
koboldcpp-1.73.1 -> koboldcpp-1.74
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.74
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.73.1...v1.74
2024-08-31 12:55:27 +03:00
lassulus
a36f20f4d0
komac: 2.2.1 -> 2.5.0 + add HeitorAugustoLN as a maintainer (#329482) 2024-08-29 10:24:46 +02:00
TomaSajt
f732bff33a
koodo-reader: use electron.dist 2024-08-27 21:37:16 +02:00
Heitor Augusto
7034c34fd0 komac: 2.2.1 -> 2.5.0 2024-08-27 16:15:45 +00:00
R. Ryantm
b2a6a86d33 koboldcpp: 1.73 -> 1.73.1 2024-08-25 07:23:49 +00:00
Masum Reza
8ad8ca31cf
Merge pull request #335784 from DontEatOreo/update-koboldcpp
koboldcpp: 1.72 -> 1.73
2024-08-24 18:05:39 +05:30
h7x4
f246401ef7
Merge pull request #330295 from DavSanchez/derivation/kontroll
kontroll: init at 1.0.1
2024-08-24 01:24:50 +02:00
Heitor Augusto
096a5c4450 komac: add HeitorAugustoLN as a maintainer 2024-08-22 17:44:26 +00:00
R. Ryantm
94e3d7f05d kor: 0.5.4 -> 0.5.5 2024-08-21 04:33:46 +00:00
R. Ryantm
f45aa7ddf7 kokkos: 4.3.01 -> 4.4.00 2024-08-19 21:47:55 +00:00
DontEatOreo
3ab95873a8
koboldcpp: sort meta and add changelog 2024-08-19 13:45:10 +03:00
DontEatOreo
4e8b1b96ef
koboldcpp: 1.72 -> 1.73
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.73
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.72...v1.73
2024-08-19 13:41:20 +03:00
Sandro
a90c76c66f
Merge pull request #332693 from astro/kolla 2024-08-08 17:40:17 +02:00