summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scala-cli: add agilesteel as maintainerorigin/scala-cli-new-maintainerJakub Kozłowski2025-01-221-1/+4
* dart-sass: 1.83.1 -> 1.83.4 (#375514)•••Co-authored-by: lelgenio <lelgenio@lelgenio.com>nixpkgs-merge-bot[bot]2025-01-222-32/+22
|\
| * dart-sass: 1.83.1 -> 1.83.4R. Ryantm2025-01-212-32/+22
* | eksctl: 0.200.0 -> 0.201.0 (#375793)•••Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>nixpkgs-merge-bot[bot]2025-01-221-3/+3
|\ \
| * | eksctl: 0.200.0 -> 0.201.0R. Ryantm2025-01-221-3/+3
* | | fancontrol: fix path by using lib.getExe' (#375835)Ramses2025-01-221-1/+1
|\ \ \
| * | | fancontrol: fix path by using lib.getExe'Fazzi2025-01-221-1/+1
* | | | ollama: use cudaPackages.backendStdenv (#375388)Pavol Rusnak2025-01-221-7/+6
|\ \ \ \
| * | | | ollama: nixfmtabysssol2025-01-221-7/+6
| * | | | ollama: use cudaPackages.backendStdenvPavol Rusnak2025-01-201-1/+1
* | | | | datasette: fix failing app on aarch64-darwin (#367389)Weijia Wang2025-01-221-0/+1
|\ \ \ \ \
| * | | | | datasette: fix failing app on aarch64-darwin•••Fixes https://github.com/NixOS/nixpkgs/issues/367388 Nathan Henrie2024-12-221-0/+1
* | | | | | scala: drop scala 2.10 and 2.11 (#370676)Arnout Engelen2025-01-222-14/+0
|\ \ \ \ \ \
| * | | | | | scala: drop scala 2.10 and 2.11•••While technically still in maintenance mode, I don't think these old versions have a place in nixpkgs. https://www.scala-lang.org/download/all.html Arnout Engelen2025-01-062-14/+0
* | | | | | | scala: 3.3.3 -> 3.3.4, scala-next: 3.5.1 -> 3.6.3 (#375554)Arnout Engelen2025-01-222-4/+4
|\ \ \ \ \ \ \
| * | | | | | | scala: 3.3.3 -> 3.3.4Natsu Kagami2025-01-211-2/+2
| * | | | | | | scala-next: 3.5.1 -> 3.6.3Natsu Kagami2025-01-211-2/+2
* | | | | | | | handheld-daemon: 3.10.2 -> 3.11.0 (#375743)•••Co-authored-by: toast003 <toast003@users.noreply.github.com>nixpkgs-merge-bot[bot]2025-01-221-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | handheld-daemon: 3.10.2 -> 3.11.0R. Ryantm2025-01-221-2/+2
* | | | | | | | | nb: Use bashInteractive to fix shell subcommand (#375817)•••The `nb shell` subcommand relies on Bash's `read` and the default Bash in stdenv has unexpected behavior, characters aren't echoed and arrow keys do not seem to recall history. By adding `bashInteractive` to the buildInputs, patchShebangs picks it up and this fixes the behavior. Fixes #374606toonn2025-01-221-0/+3
* | | | | | | | | llama-cpp: 4450 -> 4525 (#375779)Philip Taron2025-01-221-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | llama-cpp: 4450 -> 4525r-vdp2025-01-221-2/+2
* | | | | | | | | | runInLinuxVM/virtiofsd: disable seccomp (#375792)Jörg Thalheim2025-01-221-2/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | runInLinuxVM/virtiofsd: disable seccomp•••Signed-off-by: Jörg Thalheim <joerg@thalheim.io> Jörg Thalheim2025-01-221-2/+4
* | | | | | | | | | python312Packages.molecule: 24.12.0 -> 25.1.0 (#375697)OTABI Tomoya2025-01-221-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python312Packages.molecule: 24.12.0 -> 25.1.0R. Ryantm2025-01-221-2/+2
* | | | | | | | | | | manim-slides: 5.1.9 -> 5.4.0 (#375775)OTABI Tomoya2025-01-221-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | manim-slides: 5.1.9 -> 5.4.0R. Ryantm2025-01-221-7/+7
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | lib.extendMkDerivation: init (#234651)•••It's not the longest-open PR (May 28, 2023 -> Jan 22, 2025) but it took a while. This PR introduces a unified approach to implementing build helpers that support fixed-point arguments and bring such support to existing build helpers.Philip Taron2025-01-226-2/+279
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | doc: add chapter Fixed-point arguments of build helpers•••Add "Fixed-point arguments of build helpers" chapter in "Builde helpers" part. Co-authored-by: nicoo <nicoo@mur.at> Co-authored-by: Silvan Mosberger <github@infinisil.com> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Lin Jian <me@linj.tech> Co-authored-by: Philip Taron <philip.taron@gmail.com> Yueh-Shun Li2025-01-193-0/+84
| * | | | | | | | | | | lib.extendMkDerivation: init•••Add functions extendMkDerivation to lib.customisation. Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Lin Jian <me@linj.tech> Co-authored-by: Philip Taron <philip.taron@gmail.com> Yueh-Shun Li2025-01-183-2/+195
* | | | | | | | | | | | python312Packages.cohere: 5.13.6 -> 5.13.11 (#375645)OTABI Tomoya2025-01-221-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | python312Packages.cohere: 5.13.6 -> 5.13.11R. Ryantm2025-01-221-4/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | python312Packages.keras-{applications,preprocessing}: remove (#373129)OTABI Tomoya2025-01-226-97/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | python312Packages.keras-preprocessing: remove•••keras-preprocessing has been removed because it's abandoned since 2024 natsukium2025-01-195-56/+1
| * | | | | | | | | | | | python312Packages.keras-applications: remove•••keras-applications has been removed because it's abandoned since 2022 natsukium2025-01-124-41/+1
* | | | | | | | | | | | | mmseqs2: 16-747c6 -> 17-b804f (#374958)OTABI Tomoya2025-01-221-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mmseqs2: add meta.changelognatsukium2025-01-191-0/+1
| * | | | | | | | | | | | | mmseqs2: 16-747c6 -> 17-b804f•••Diff: https://github.com/soedinglab/mmseqs2/compare/refs/tags/16-747c6...17-b804f Changelog: https://github.com/soedinglab/MMseqs2/releases/tag/17-b804f natsukium2025-01-191-2/+2
* | | | | | | | | | | | | | pipenv-poetry-migrate: move from python3Packages (#373681)OTABI Tomoya2025-01-223-19/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pipenv-poetry-migrate: refactornatsukium2025-01-141-6/+6
| * | | | | | | | | | | | | | pipenv-poetry-migrate: move from python3Packagesnatsukium2025-01-143-15/+6
* | | | | | | | | | | | | | | nixos-rebuild: missing comma (#375430)Thiago Kenji Okada2025-01-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nixos-rebuild: missing commaStephen Huan2025-01-201-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | gum: 0.14.5 -> 0.15.0 (#373596)Jakub Kozłowski2025-01-221-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gum: 0.14.5 -> 0.15.0R. Ryantm2025-01-141-3/+3
* | | | | | | | | | | | | | | | python312Packages.unstructured-inference: 0.8.1 -> 0.8.5 (#375761)Yt2025-01-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | python312Packages.unstructured-inference: 0.8.1 -> 0.8.5R. Ryantm2025-01-221-2/+2
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | wyoming-faster-whisper: set mainProgram (#375798)Martin Weinelt2025-01-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | wyoming-faster-whisper: set mainProgramMartin Weinelt2025-01-221-0/+1