2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-17 11:28:32 +00:00
Commit Graph

525180 Commits

Author SHA1 Message Date
Weijia Wang
fff294ce97
Merge pull request from r-ryantm/auto-update/pdfhummus
pdfhummus: 4.5.10 -> 4.5.11
2023-09-12 10:16:30 +02:00
Weijia Wang
9eab8f1253
Merge pull request from r-ryantm/auto-update/sqldef
sqldef: 0.16.4 -> 0.16.7
2023-09-12 10:16:04 +02:00
R. Ryantm
e9f27ac160 python310Packages.argh: 0.28.1 -> 0.29.3 2023-09-12 08:11:45 +00:00
R. Ryantm
ccb5695018 python310Packages.python-ironicclient: 5.3.0 -> 5.4.0 2023-09-12 07:52:51 +00:00
Kiskae
813e000742 linux_testing: 6.5-rc7 -> 6.6-rc1
rc1: https://lwn.net/Articles/944122/
2023-09-12 07:45:33 +00:00
Charlotte Van Petegem
269d085c62
kotlin-language-server: 1.3.3 -> 1.3.5 2023-09-12 09:19:19 +02:00
Weijia Wang
55ec5ae7d6
Merge pull request from kashw2/pluto
pluto: 5.18.3 -> 5.18.4
2023-09-12 09:09:37 +02:00
R. Ryantm
e876bd0eef pdfhummus: 4.5.10 -> 4.5.11 2023-09-12 07:00:02 +00:00
K900
5f8387b0fb
Merge pull request from K900/kf-5.110
kde/frameworks: 5.109.0 -> 5.110.0
2023-09-12 09:57:22 +03: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
Ivan Trubach
1ee50a2928 go_1_21: install from distpack archive
Changes the build and install phases to use archives produced by
[distpack]. This allows us to drop the code that cleans GOROOT and moves
cross-compiled binaries out of bin/GOOS_GOARCH, and potentially avoid
issues like [missing GOROOT/go.env] in the future.

[distpack]: https://pkg.go.dev/cmd/distpack
[missing GOROOT/go.env]: cbc976a97c
2023-09-12 16:45:21 +10:00
R. Ryantm
13274f3330 sqldef: 0.16.4 -> 0.16.7 2023-09-12 06:43:16 +00:00
Mario Rodas
fd0060da77 terraform: remove marsam from maintainers
Having too many maintainers prevents Ofborg of adding PR reviewers.
2023-09-12 16:39:41 +10:00
R. Ryantm
8a5b462162 circleci-cli: 0.1.28811 -> 0.1.28995 2023-09-12 06:38:41 +00:00
kashw2
28fd8865f3 obsidian: 1.4.5 -> 1.4.11 2023-09-12 16:23:01 +10:00
Peter Hoeg
cfc486abb1
eza: create exa compatiblity symlink ()
eza: create exa compatiblity symlink
2023-09-12 06:19:44 +00:00
Ashish SHUKLA
d69b47088a
tailscale: 1.48.1 -> 1.48.2 2023-09-12 08:19:06 +02:00
R. Ryantm
d5e6e8ac03 veryfasttree: 4.0.2 -> 4.0.3 2023-09-12 06:13:28 +00:00
R. Ryantm
968efb72fd libsForQt5.qtutilities: 6.13.0 -> 6.13.1 2023-09-12 06:06:53 +00:00
R. Ryantm
5666ee051e discord-development: 0.0.217 -> 0.0.232 2023-09-12 06:00:07 +00:00
Weijia Wang
79aa627be6
Merge pull request from AkechiShiro/pitivi-fix-hicolor-theme
pitivi: pass hicolor-theme to fix missing icons
2023-09-12 07:40:14 +02:00
R. Ryantm
43286ace2c xjadeo: 0.8.12 -> 0.8.13 2023-09-12 05:29:24 +00:00
R. Ryantm
bc554a8777 polypane: 14.0.1 -> 14.1.0 2023-09-12 05:18:21 +00:00
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
Aidan Gauland
363e9382a5
r2modman: fix launching Steam games
Patch r2modman to run "steam" instead of trying to directly run
"steam.sh" from the user's home directory.  This means it uses the NixOS
wrapper script, which runs Steam in the necessary FHS environment.

Fixes 
2023-09-12 17:15:45 +12:00
Aidan Gauland
461aa2d82f
r2modman: pin to Electron 25
Electron 26 is causing many applications to display only a white screen/
window, making them unusable.

Fixes 
2023-09-12 17:15:35 +12:00
Mario Rodas
23e69f92c8
Merge pull request from marsam/update-postgis
postgresqlPackages.postgis: 3.3.3 -> 3.4.0
2023-09-12 00:15:32 -05:00
Artturi
e6f61d425b
Merge pull request from ayes-web/gallery-dl-mainprogram
gallery-dl: add meta.mainProgram
2023-09-12 08:09:02 +03:00
Emily Trau
fd61c0eee0 minimal-bootstrap.mes: remove unneeded platform flag 2023-09-11 22:08:59 -07:00
Emily Trau
a056c7dd07 minimal-bootstrap.stage0-posix: support x86_64-linux 2023-09-11 22:08:54 -07:00
Jörg Thalheim
5845f8a7f0 matrix-hook: init at 1.0.0 2023-09-12 07:04:22 +02:00
Artturi
70acab4228
Merge pull request from huantianad/webcord-vencord-pname 2023-09-12 07:57:06 +03:00
Fabian Affolter
4ed05a00fa
Merge pull request from fabaff/netutils-bump
python311Packages.netutils: 1.5.0 -> 1.6.0
2023-09-12 06:46:41 +02:00
Fabian Affolter
44a782e3ad
Merge pull request from fabaff/aiohomekit-bump
python311Packages.aiohomekit: 3.0.2 -> 3.0.3
2023-09-12 06:46:25 +02:00
Fabian Affolter
f6b5f1786e
Merge pull request from fabaff/sqlfluff-bump
sqlfluff: 2.3.1 -> 2.3.2
2023-09-12 06:46:16 +02:00
Emily Trau
5a3d1bcb12 minimal-bootstrap.gawk: init at 4.1.4 2023-09-11 21:44:03 -07:00
Artturi
ca870a9885
Merge pull request from AkechiShiro/azure-cli-bump-2-52-00 2023-09-12 07:42:46 +03:00
R. Ryantm
ee7b10cb56 python310Packages.google-cloud-datastore: 2.17.0 -> 2.18.0 2023-09-12 04:37:14 +00:00
Mario Rodas
468b748170 clamav: fix build on darwin 2023-09-12 04:20:00 +00:00
Mario Rodas
2d857eae06 vault: fix build on darwin 2023-09-12 04:20:00 +00:00
Mario Rodas
41edd75974 postgresqlPackages.plpgsql_check: 2.4.0 -> 2.5.0
Diff: https://github.com/okbob/plpgsql_check/compare/v2.4.0...v2.5.0

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.0
2023-09-12 04:20:00 +00:00
Mario Rodas
8d1dc6137c rclone: 1.63.1 -> 1.64.0
Diff: https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0

Changelog: https://github.com/rclone/rclone/blob/v1.64.0/docs/content/changelog.md
2023-09-12 04:20:00 +00:00
Mario Rodas
c17f4fe14a millet: 0.13.1 -> 0.13.2
Diff: https://github.com/azdavis/millet/compare/v0.13.1...v0.13.2

Changelog: https://github.com/azdavis/millet/blob/v0.13.2/docs/CHANGELOG.md
2023-09-12 04:20:00 +00:00
Lahfa Samy
dc0f76eb10 pitivi: pass hicolor-theme to fix missing icons
* fix indentation
2023-09-12 06:08:36 +02:00
7c6f434c
35e3b6fbc4
Merge pull request from dariof4/nyxt-3.7.0
nyxt: 3.6.0 -> 3.7.0
2023-09-12 04:07:56 +00:00
R. Ryantm
8dedcd8658 python310Packages.hypothesmith: 0.2.3 -> 0.3.0 2023-09-12 03:40:22 +00:00
Emily Trau
04a90698aa minimal-bootstrap.gawk-mes: rename from gawk 2023-09-11 20:21:51 -07:00
Emily Trau
6195c0e808 minimal-bootstrap.bash: add bin/sh symlink 2023-09-11 20:17:23 -07:00
R. Ryantm
553584785a python310Packages.pontos: 23.8.5 -> 23.9.0 2023-09-12 03:04:31 +00:00
Anna Aurora
8a1734ec98 nixos/meme-bingo-web: init service 2023-09-12 02:45:58 +00:00