Commit Graph
882533 Commits
Author SHA1 Message Date
Connor Baker ebd2e2aa9c cudaPackages_13: init at 13.0.2
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:47 -07:00
Connor Baker 29ce053617 cudaPackages: build redists from manifests
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:45 -07:00
Connor Baker 3ad342b28e cudaPackages.buildRedist: init
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:23 -07:00
Connor Baker 5d39671a43 cudaPackages: remove generic-builder
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:23 -07:00
Connor Baker e0f1a5321e cudaPackages: remove module system evaluation
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:23 -07:00
Connor Baker d2367f0718 _cuda.lib.allowUnfreeCudaPredicate: handle license not having shortName
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:23 -07:00
Connor Baker ba2fa45461 _cuda.lib.allowUnfreeCudaPredicate: derive from _cuda.lib.licenses
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker 4f81b9b642 _cuda.lib.licenses: init
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker 2e0c9f6131 slurm: fixup usage of NVML
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker 6f0ca9e8af actiona: consume opencv CXX components when available
We do not default to `.dev` or any other output because `make-derivation.nix` needs to be able to select the `.dev` output,
and specifying an output prevents it from doing so.

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker 763abd9405 suitesparse: correct CUDA_PATH
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker c331103437 openmpi: fix CUDA paths in configureFlags
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker db1b553ef9 blender: OptiX is under lib.licenses.nvidiaCudaRedist
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker f5deefd463 config: add and document {allow,block}listedLicenses
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker 494a8d96a8 python3Packages.torch: fix condition and usage of static NCCL
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
Connor Baker d70f62973b onnxruntime: properly condition ncclSupport
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:21 -07:00
Connor Baker e64f45158b xgboost: properly condition ncclSupport
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:21 -07:00
Nick CaoandGitHub 072325c754 python3Packages.lacuscore: 1.19.1 -> 1.19.2 (#454359) 2025-10-22 20:10:13 +00:00
Nick CaoandGitHub 6e9eab1dff capypdf: 0.17.0 -> 0.18.0 (#454350) 2025-10-22 20:07:54 +00:00
Nick CaoandGitHub 1315c4005b vscode-extensions.continue.continue: 1.2.9 -> 1.2.10 (#454344) 2025-10-22 20:07:02 +00:00
Gaétan LepageandGitHub 6345aad27e vimPlugins.snacks-nvim: 2025-10-20 -> 2025-10-21 (#454419) 2025-10-22 20:07:00 +00:00
Guillaume GirolandGitHub 8255ca7b60 comaps: 2025.08.31-15 -> 2025.10.16-1 (#450131) 2025-10-22 19:59:26 +00:00
Wolfgang WaltherandGitHub dcf7676ada various: fix meta.position (#454659) 2025-10-22 19:58:08 +00:00
Fabián Heredia MontielandGitHub eba10d3bc4 calibre: 8.12.0 -> 8.13.0 (#454485) 2025-10-22 19:51:03 +00:00
Wolfgang Walther 51387c3597 openra_2019: fix meta.position 2025-10-22 21:45:41 +02:00
Wolfgang Walther 328a707386 {audit,file,heart,metric,packet}beat7: fix meta.position 2025-10-22 21:45:27 +02:00
Wolfgang WaltherandGitHub 90debb4165 ci/eval/compare/maintainers: fix maintainer pings without meta.position (#454648) 2025-10-22 19:41:23 +00:00
nixpkgs-merge-bot[bot]andGitHub 4688d5d401 tpnote: 1.25.15 -> 1.25.16 (#454627) 2025-10-22 19:24:57 +00:00
Wolfgang Walther 08b5cabfe4 hadoop: fix meta.position
This was broken because the `recursiveUpdate` in the `meta` block causes
Nix to lose track of `meta.description`'s position.
2025-10-22 21:22:35 +02:00
Yueh-Shun LiandGitHub 7a4ad371b1 buildPython*: bring back buildPython*.override (#366593) 2025-10-22 19:20:10 +00:00
Guillaume GirolandGitHub 2fed9f37b5 qgit: 2.11 -> 2.12 (#448913) 2025-10-22 19:20:02 +00:00
Yueh-Shun Li cce0f3f300 buildPython*: bring back buildPython*.override
Fix `makeOverridablePythonPackage` in python-package-base.nix
and unshadow `buildPython*.override`.

This makes it possible to override the dependencies of buildPython*.
E.g., `buildPythonPackage.override { unzip = unzip-custom; }`
returns a derived version of `buildPythonPackage` with
the `unzip` package overridden with `unzip-custom`.
2025-10-23 03:08:33 +08:00
Wolfgang Walther 6d564102b7 ci/eval/compare/maintainers: fix maintainer pings without meta.position
In a recent change, the path matching was simplified in maintainers.nix.
This revealed a pre-existing logic bug: Packages without `meta.position`
would get an empty string as their file name. The change would then
cause this empty string to always be matched, which lead to maintainer
pings for these packages in seemingly random PRs, when some of their
dependencies were changed.
2025-10-22 21:06:53 +02:00
Guillaume GirolandGitHub bd25fcc7b1 maintainers: add matrix account to auscyber (#454564) 2025-10-22 18:53:38 +00:00
Philip TaronandGitHub 3d7fd4ed97 fetchFromGitLab: support for private repositories (#176950) 2025-10-22 18:47:05 +00:00
Bjørn ForsmanandGitHub 4e6b410068 plantuml: 1.2025.8 -> 1.2025.9 (#454469) 2025-10-22 18:23:30 +00:00
Dmitry KalinkinandGitHub abdee29441 python3Packages.correctionlib: reduce churn on compiler updates (#451855) 2025-10-22 18:11:16 +00:00
nixpkgs-merge-bot[bot]andGitHub 2ab6caac37 fflogs: 8.17.71 -> 8.17.83 (#454621) 2025-10-22 17:58:49 +00:00
Matt SturgeonandGitHub 49d5dadbd2 nexusmods-app: 0.18.2 -> 0.19.4 (#454144) 2025-10-22 17:58:03 +00:00
R. Ryantm f501cb8625 tpnote: 1.25.15 -> 1.25.16 2025-10-22 17:54:38 +00:00
EmilyandGitHub 94371d4407 ungoogled-chromium: 141.0.7390.107-1 -> 141.0.7390.122-1 (#454587) 2025-10-22 17:49:48 +00:00
Philip TaronandGitHub c5f2bb6f47 woodpecker: cleanup (#453950) 2025-10-22 17:49:09 +00:00
Philip TaronandGitHub 622a720881 top-level/by-name-overlay: remove optimization TODO (#454148) 2025-10-22 17:45:53 +00:00
Maciej KrügerandGitHub d2fce4fca2 libnl-tiny: 2025-03-19 -> 2025-10-20 (#454618) 2025-10-22 17:45:38 +00:00
nixpkgs-merge-bot[bot]andGitHub 7f6fb5ddc5 laravel: 5.21.0 -> 5.22.0 (#454448) 2025-10-22 17:37:38 +00:00
R. Ryantm 73a21101d6 fflogs: 8.17.71 -> 8.17.83 2025-10-22 17:35:31 +00:00
SkohTV a548bd706f libnl-tiny: 2025-03-19 -> 2025-10-20 2025-10-22 13:35:24 -04:00
Niklas KorzandGitHub 0e56f86268 wesnoth-devel: 1.19.16.1 -> 1.19.17 (#454594) 2025-10-22 16:50:59 +00:00
Wolfgang WaltherandGitHub 42cd7da40a postgresqlPackages.pg_ivm: 1.12 -> 1.13 (#454561) 2025-10-22 16:44:49 +00:00
Martin WeineltandGitHub 2d9433fd30 necesse-server: 1.0.1-20456269 -> 1.0.1-20495154 (#454591) 2025-10-22 16:32:38 +00:00