Ulrik Strid
a49bf2346b
Merge pull request #253505 from vbgl/ocaml-tar-2.5.1
...
ocamlPackages.tar: 2.2.2 → 2.5.1
2023-09-12 20:24:15 +02:00
Fabián Heredia Montiel
831e3d73a5
Merge pull request #254760 from raboof/docker-sbom-cli-plugin
...
docker-sbom: init at 0.6.1
2023-09-12 11:18:15 -05:00
Robert Schütz
c434383f2a
Merge pull request #254319 from dotlambda/near-cli-mkYarnPackage
...
near-cli: use mkYarnPackage
2023-09-12 15:15:57 +00:00
OTABI Tomoya
a8490d4667
Merge pull request #254437 from clerie/clerie/vg-2.0.0
...
python311Packages.vg: init at 2.0.0
2023-09-12 23:41:07 +09:00
Maciej Krüger
e48b810f6c
Merge pull request #254418 from nbraud/aliases/prune
2023-09-12 16:30:54 +02:00
Maciej Krüger
7163f125e5
Merge pull request #254149 from nbraud/noto-emoji
2023-09-12 16:27:58 +02:00
Arnout Engelen
13e3f24e7d
docker-sbom: init at 0.6.1
...
Use `docker-sbom` directly or use `docker.override { sbomSupport = true; }`
to enable `docker sbom` as a subcommand.
2023-09-12 16:13:30 +02:00
ajs124
9b2a8fb31b
electron_9: remove
...
has been EOL since 2021-03-03
2023-09-12 15:43:56 +02:00
ajs124
be63694a26
pomotroid: remove
2023-09-12 15:43:56 +02:00
ajs124
9cbfd83b14
markmind: remove
2023-09-12 15:43:56 +02:00
OTABI Tomoya
cf2cab4374
Merge pull request #254431 from happysalada/litellm_init
...
open-interpreter: init at 0.1.2
2023-09-12 22:16:12 +09:00
nicoo
149f6d07ed
noto-fonts-monochrome-emoji: init at version 46.2023-09-07
2023-09-12 12:38:07 +00:00
nicoo
c7423cd734
noto-fonts-emoji → noto-fonts-color-emoji
...
Clarify that the monochrome font is not included, per #221181 .
The new name is also coherent with the name of the font,
according to `fontconfig`: Noto Color Emoji.
2023-09-12 12:38:07 +00:00
nicoo
0c63497641
top-level: Convert aliases older than 2020 to throws
...
Mostly autogenerated by maintainers/scripts/remove-old-aliases.py
2023-09-12 11:39:17 +00:00
Lily Foster
9f9d9a6db0
Merge pull request #251846 from Ashvith10/tau-hydrogen-icon-theme
...
tau-hydrogen: init at 1.0.11
2023-09-12 06:49:46 -04:00
Ashvith Shetty
ef8ed516be
tau-hydrogen: init at 1.0.11
...
Update pkgs/data/icons/tau-hydrogen/default.nix
Co-authored-by: Lord-Valen <46138807+Lord-Valen@users.noreply.github.com>
Update pkgs/data/icons/tau-hydrogen/default.nix
Co-authored-by: Lily Foster <lily@lily.flowers>
Update pkgs/data/icons/tau-hydrogen/default.nix
Co-authored-by: Lily Foster <lily@lily.flowers>
Update pkgs/data/icons/tau-hydrogen/default.nix
Co-authored-by: Lily Foster <lily@lily.flowers>
2023-09-12 12:19:58 +05:30
Edward Tjörnhammar
9b95f21cdb
nvidia,nixos/nvidia: add datacenter drivers compatible with default cudaPkgs
...
For NVLink topology systems we need fabricmanager. Fabricmanager itself is
dependent on the datacenter driver set and not the regular x11 ones, it is also
tightly tied to the driver version. Furhtermore the current cudaPackages
defaults to version 11.8, which corresponds to the 520 datacenter drivers.
Future improvement should be to switch the main nvidia datacenter driver version
on the `config.cudaVersion` since these are well known from:
> https://docs.nvidia.com/deploy/cuda-compatibility/index.html#use-the-right-compat-package
This adds nixos configuration options `hardware.nvidia.datacenter.enable` and
`hardware.nvidia.datacenter.settings` (the settings configure fabricmanager)
Other interesting external links related to this commit are:
* Fabricmanager download site:
- https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/linux-x86_64/
* Data Center drivers:
- https://www.nvidia.com/Download/driverResults.aspx/193711/en-us/
Implementation specific details:
* Fabricmanager is added as a passthru package, similar to settings and
presistenced.
* Adds `use{Settings,Persistenced,Fabricmanager}` with defaults to preserve x11
expressions.
* Utilizes mkMerge to split the `hardware.nvidia` module into three comment
delimited sections:
1. Common
2. X11/xorg
3. Data Center
* Uses asserts to make the configurations mutualy exclusive.
Notes:
* Data Center Drivers are `x86_64` only.
* Reuses the `nvidia_x11` attribute in nixpkgs on enable, e.g. doesn't change it
to `nvidia_driver` and sets that to either `nvidia_x11` or `nvidia_dc`.
* Should have a helper function which is switched on `config.cudaVersion` like
`selectHighestVersion` but rather `selectCudaCompatibleVersion`.
2023-09-12 07:17:33 +02:00
Anna Aurora
82a2a96f98
meme-bingo-web: init at 0.2.0
2023-09-12 02:45:58 +00:00
clerie
9da9228f98
python311Packages.vg: init at 2.0.0
2023-09-11 22:44:01 +02:00
happysalada
bfdce9bcf7
open-interpreter: init at 0.1.2
...
open-interpreter: 0.1.2 -> 0.1.3
2023-09-11 15:41:14 -04:00
happysalada
e38bce9d30
python310Packages.tokentrim: init at unstable-2023-09-07
...
python310Packages.tokentrim: disable tests
2023-09-11 15:41:14 -04:00
happysalada
e66e868f4e
python310Packages.litellm: init at 0.1.574
...
python310Packages.litellm: remove import check phase because of network call
pythonPackages.litellm: 0.1.574 -> 0.1.590
2023-09-11 15:41:10 -04:00
Rick van Schijndel
9dd35c1be8
Merge pull request #254472 from 1sixth/update-deluge-libtorrent
...
deluge: do not use libtorrent-rasterbar-1_2_x
2023-09-11 21:36:36 +02:00
Pol Dellaiera
6c0c546fae
Merge pull request #254537 from printu/init-php-ext-memcache
...
phpExtensions.memcache: init at 8.2
2023-09-11 20:52:00 +02:00
Anderson Torres
0843e54fda
the-legend-of-edgar: migrate to by-name
2023-09-11 18:40:42 +00:00
Fabian Affolter
806bd037ae
Merge pull request #254436 from fabaff/ghunt
...
ghunt: init at 2.0.1
2023-09-11 20:10:35 +02:00
Paweł Krzaczkowski
1b04b02b35
phpExtensions.memcache: init at 8.2
2023-09-11 19:55:27 +02:00
willswats
45715a7dc7
hyprshade: init v0.9.3
2023-09-11 14:53:16 +00:00
Gregor Grigorjan
def9b6a5a5
hexo-cli: init at 4.3.1
2023-09-11 14:49:05 +00:00
OTABI Tomoya
1297dc8483
Merge pull request #254430 from fabaff/acunetix-bump
...
python311Packages.acunetix: init at 0.0.7
2023-09-11 23:22:46 +09:00
Pol Dellaiera
437c962732
Merge pull request #245858 from Scrumplex/opencomposite
...
opencomposite: init at unstable-2023-07-02
2023-09-11 15:28:18 +02:00
OTABI Tomoya
a24c954961
Merge pull request #253417 from npatsakula/natasha
...
python311Packages.natasha: init at 1.6.0
2023-09-11 22:23:19 +09:00
Mario Rodas
513d06cf6f
Merge pull request #235517 from marsam/add-lean4
...
lean4: init at 4.0.0
2023-09-11 06:34:44 -05:00
Lassulus
4b76d2457c
Merge pull request #218422 from wucke13/dev/add-rosenpass
...
rosenpass: init at 0.2.0
2023-09-11 12:18:32 +02:00
Ulrik Strid
2ad6c7411c
Merge pull request #254496 from vbgl/ocaml-pp_loc-2.1.0
...
ocamlPackages.pp_loc: init at 2.1.0
2023-09-11 12:16:38 +02:00
Sefa Eyeoglu
01b54c0f25
opencomposite: init at unstable-2023-07-02
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-11 10:33:54 +02:00
Anderson Torres
5a31db94ce
zeal: 0.6.1.20230320 -> 0.6.1.20230907
...
- Remove null defaults
- Use rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942 );
- Reorder lists
- Add myself to maintainers
2023-09-11 10:12:47 +02:00
Anderson Torres
2ab03da4fd
eterm: remove
2023-09-11 04:20:06 +00:00
Vincent Laporte
2bbe1e437d
ocamlPackages.pp_loc: init at 2.1.0
2023-09-11 05:48:29 +02:00
Robert Schütz
7728271b31
near-cli: use mkYarnPackage
2023-09-10 20:20:12 -07:00
zzzsyyy
0958732966
lutgen: init at 0.8.3
2023-09-11 02:19:59 +00:00
Anderson Torres
77671b681c
oroborus: remove
...
Because it is dead.
2023-09-11 01:56:45 +00:00
1sixth
c3a737301b
deluge: do not use libtorrent-rasterbar-1_2_x
...
It was pinned when deluge was not entirely compatible with
libtorrent 2.0.
2023-09-11 08:02:57 +08:00
Charles Hall
12903b9edf
engage: migrate to by-name
2023-09-10 15:32:18 -07:00
wucke13
b93460e134
rosenpass: init at 0.2.0
...
Co-authored-by: Tim Schubert <dadada@dadada.li>
2023-09-10 21:01:55 +02:00
Niklas Hambüchen
0624ecee0d
Merge pull request #246661 from fin444/update/onlyoffice-bin/7.4.1
...
onlyoffice-bin: 7.2.0 -> 7.4.1
2023-09-10 20:53:56 +02:00
Mario Rodas
220530b67c
Merge pull request #254433 from clerie/clerie/diffsync
...
python3Packages.diffsync: init at 1.8.0
2023-09-10 13:23:33 -05:00
Patsakula Nikita
b87ea3b156
python311Packages.natasha: init at 1.6.0
2023-09-10 20:47:07 +03:00
Patsakula Nikita
c828e04e2b
python311Packages.slovnet: init at 0.6.0
2023-09-10 20:47:07 +03:00
Patsakula Nikita
64c2435488
python311Packages.navec: init at 0.10.0
2023-09-10 20:47:01 +03:00