Commit Graph

409 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
93cbb748cc Merge staging-next into staging 2025-08-27 00:17:25 +00:00
Yohann Boniface
214a2ee98a ansible-later: remove (#436531) 2025-08-26 20:16:08 +02:00
nixpkgs-ci[bot]
78351764f7 Merge staging-next into staging 2025-08-26 12:08:22 +00:00
jopejoe1
590eff3120 ffmpeg_8{,-headless,-full}: init at 8.0 (#435958) 2025-08-26 08:16:47 +02:00
nixpkgs-ci[bot]
04220127ea Merge staging-next into staging 2025-08-26 00:17:21 +00:00
Emily
7c4b56bd12 nixos/nixos-containers: actually eliminate costs if no containers are used (#427001) 2025-08-25 19:53:32 +01:00
zimward
29be71ca49 nixos/nixos-containers: actually eliminate costs if no containers are used 2025-08-24 22:16:29 +02:00
polyfloyd
93cedfd1e7 ansible-later: remove 2025-08-24 22:03:24 +02:00
nixpkgs-ci[bot]
ee1db27822 Merge staging-next into staging 2025-08-24 00:19:12 +00:00
dish
5062f1f22f ffmpeg_8{,-headless,-full}: init at 8.0
This is the latest major version of ffmpeg, codenamed "Huffman".

The feature flags added are one for Whisper filter support via
whisper-cpp, and APV encoding support via OpenAPV(which needed to be
packaged)

Further, the withPostproc feature flag is restricted to before version
8.0, as it was removed.

Currently, nasm is the only supported assembler on 8.0+, so we use that.
in order to not cause a mass rebuild, we don't change the assembler for
older builds, even though nasm has been supported since 3.4.
2025-08-23 10:26:32 -04:00
Pavol Rusnak
e71eace6bc cudaPackages.cudatoolkit-legacy-runfile: drop 2025-08-23 12:20:05 +02:00
Vladimír Čunát
7f3ba72e24 Merge branch 'master' into staging 2025-08-23 11:39:22 +02:00
K900
e9a7500b70 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-23 09:24:59 +03:00
Emily
f3186c5958 {gcc12,gfortran12,gccgo12,gnat12,gnat-bootstrap12}: drop
EOL as of July; no longer used in the tree.
2025-08-22 23:01:59 +01:00
Emily
10ce2b4791 {gcc11,gfortran11,gdc11,gnat11,gnat-bootstrap11}: drop
EOL since 2024; no longer used in the tree.
2025-08-22 23:01:59 +01:00
Emily
4e7ee62b94 {gcc10,gfortran10}: drop
EOL since 2023; no longer used in the tree.
2025-08-22 23:01:59 +01:00
Emily
2a196a7278 {gcc9,gfortran9}: drop
EOL since 2022; no longer used in the tree.
2025-08-22 23:01:59 +01:00
Connor Baker
543546a790 cudaPackages_{11,12_0,12_1,12_2,12_3,12_4,12_5}: drop (#434827) 2025-08-22 14:39:50 -07:00
John Ericson
a53b47202e installShellFiles: Allow installManPage to take a piped input (#428382) 2025-08-22 11:26:19 -04:00
Emily
1bcb29135a cudaPackages_{12_0,12_1,12_2,12_3,12_4,12_5}: drop 2025-08-22 16:18:23 +01:00
Emily
c32c0a555e cudaPackages_11: drop 2025-08-22 15:59:05 +01:00
nixpkgs-ci[bot]
3d5a013c05 Merge staging-next into staging 2025-08-22 06:06:42 +00:00
nixpkgs-ci[bot]
597354df74 Merge master into staging-next 2025-08-22 06:06:05 +00:00
Martin Weinelt
048507355c buildPythonPackage: use nix-update as the default update script
Much more robust and supports various fetchers like cargo, npm or yarn.
2025-08-22 02:37:00 +02:00
nixpkgs-ci[bot]
2c02dcbf29 Merge staging-next into staging 2025-08-20 17:47:51 +00:00
K900
c8327c225b Merge remote-tracking branch 'origin/master' into staging-next 2025-08-20 15:58:49 +03:00
Ramses
4665ea93b5 sftpman: 1.2.2 -> 2.1.0 (Rust rewrite) (#434270) 2025-08-20 13:14:45 +03:00
Wolfgang Walther
25fedb005f Revert "python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ]" 2025-08-19 12:47:11 +00:00
nixpkgs-ci[bot]
bffa08fa9f Merge staging-next into staging 2025-08-19 06:06:52 +00:00
Fabián Heredia Montiel
0e9af74ced Merge remote-tracking branch 'origin/master' into staging-next 2025-08-18 22:43:58 -06:00
Morgan Jones
4b4e6ac078 androidndkPackages_{21,23,24,25,26}: drop (#434649) 2025-08-18 18:45:21 +00:00
Emily
5381f4d669 androidndkPackages_{21,23,24,25,26}: drop
EOL and depend on EOL LLVMs.
2025-08-18 16:52:21 +01:00
Emily
6e959288bb lib.systems.examples: bump Android SDK and NDK
Per <https://github.com/android/ndk/wiki>, NDK 26 is EOL.
2025-08-18 16:52:14 +01:00
Wolfgang Walther
746cd1fbea python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ] (#425191) 2025-08-18 14:54:30 +00:00
Emily
ba90f3c54c zig_0_12: drop 2025-08-18 06:50:56 +01:00
Yueh-Shun Li
5bf25dffb6 python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ]
Explicitly provide a default value for the argument `enabledTestPaths`
as the current working directory (`enabledTestPaths = [ "." ]`)
to simplify overriding (making `enabledTestPaths` always specified as a
non-empty list) while preserving `pytest`'s default behaviour of
discovering tests in the current working directory.

Assert the specified `enabledTestPaths` value to be a non-empty list.
2025-08-18 04:43:19 +08:00
Fugi
820a91c818 sftpman: 1.2.2 -> 2.1.0 2025-08-16 18:55:01 +02:00
nixpkgs-ci[bot]
9553b76500 Merge staging-next into staging 2025-08-16 06:14:01 +00:00
K900
f4924fc36c Merge remote-tracking branch 'origin/master' into staging-next 2025-08-16 09:11:21 +03:00
Jared Baur
f71277d66d linux: install kernel modules to separate output
The kernel image is not functionally required at runtime in the same
output where the kernel modules are, and we can save space by removing
it.

Co-authored-by: Emily <vcs@emily.moe>
2025-08-15 20:57:30 -07:00
nixpkgs-ci[bot]
664c1d7072 Merge staging-next into staging 2025-08-15 00:18:56 +00:00
nixpkgs-ci[bot]
c0e9e1afcf Merge master into staging-next 2025-08-15 00:18:09 +00:00
Jonathan Davies
7885b4e30a nixos/release-notes: Add note about clickhouse vs clickhouse-lts package 2025-08-14 15:35:22 +00:00
nixpkgs-ci[bot]
555eba864d Merge staging-next into staging 2025-08-13 12:08:02 +00:00
nixpkgs-ci[bot]
d060c7e4de Merge master into staging-next 2025-08-13 12:07:08 +00:00
Thomas Gerbet
2e37ab6106 mongodb-6_0: drop (#427931) 2025-08-13 13:52:18 +02:00
Ross Smyth
49059b8bb8 docs: Allow installManPage to take a piped input 2025-08-12 21:56:40 -04:00
nixpkgs-ci[bot]
9910bc5b76 Merge staging-next into staging 2025-08-13 00:18:48 +00:00
Fabián Heredia Montiel
03c3164694 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-12 18:14:55 -06:00
John Ericson
954b76a911 installShellFiles: Add nushell support to installShellCompletion (#428168) 2025-08-12 17:55:43 -04:00