gabby
199b7ed3e0
Update instructions for Nix remote builder connection ( #457114 )
2025-10-30 16:15:58 -07:00
Aryeh Hillman
84a11ebe42
Update instructions for Nix remote builder connection
...
Clarify instructions for connecting to the default remote builder and add information on SSH access.
2025-10-30 15:54:32 -07:00
Jade Lovelace
b7665da7e1
dockerTools: support meta attribute
...
I want to be able to set descriptions on my docker image derivations
since these can be ingested by various tooling for helpfulness.
2025-10-30 15:53:00 -07:00
Wolfgang Walther
c319ac6571
various: fix eval
...
runCommandNoCC has been renamed to runCommand and the former has
recently been turned into a throw.
2025-10-28 18:17:14 +01:00
Connor Baker
abdab31044
cudaPackages: build redists from manifests and add CUDA 13 ( #437723 )
2025-10-27 19:08:46 +00:00
Rémi NICOLE
0e27c20732
doc/release-notes/rl-2511.section.md: Add note about changed powerpc64-linux glibc ELF ABI default ( #455549 )
2025-10-26 17:11:44 +00:00
Maximilian Bosch
4404f98361
linux: low-hanging fruits / cleanups ( #448835 )
2025-10-26 10:28:12 +00:00
OPNA2608
56177afcb2
doc/release-notes/rl-2511.section.md: Add note about changed powerpc64-linux glibc ELF ABI default
2025-10-26 11:11:10 +01:00
Weijia Wang
a75b4b8372
ugrep: add optional wrapping with filter utils; add optional gnugrep replacement symlinks ( #443087 )
2025-10-26 07:55:27 +00:00
Johannes Kirschbauer
8c222f2fc7
treewide: remove deprecated lib functions that had warning for more than 2 years ( #454377 )
2025-10-25 20:35:54 +00:00
dish
09cdeb36eb
doc: add warnings to Jellyfin warning in 25.11 release notes ( #455289 )
2025-10-25 15:59:13 +00:00
éclairevoyant
1fec77ff03
waydroid-nftables: init
2025-10-24 19:49:35 -04:00
Minijackson
b56dc8916f
doc: add warnings to Jellyfin warning in 25.11 release notes
2025-10-24 18:25:24 +02:00
Maximilian Bosch
1965f3c77d
linux: manual-config.nix -> build.nix
...
Since I started touching this subsystem, I found the name confusing
since this is the part where we actually compile the kernel and we have
a ready-to-use configuration.
The stated goal of the commit introducing it[1] is to provide a function
to
> make it possible to build a kernel with a user provided .config.
Considering that this is supposed to be a differentiation from other
build mechanisms and nowadays this is the only way to build kernels in
nixpkgs, I figured that `build.nix` is a better name.
`pkgs.linuxManualConfig` isn't renamed on purpose: Kloenk and I are
planning to do more involved work and it may become necessary to change
parts of the API. So asking users to do a migration now just to add
another one soon isn't worth it.
[1] bf7467cbb1
2025-10-24 18:06:29 +02:00
Yueh-Shun Li
dee46cb09b
Enable stdenv customization through (buildPython*.override { inherit stdenv; }) ( #271762 )
2025-10-24 15:11:13 +00:00
Aliaksandr
dc7095a86e
treewide: remove deprecated lib functions that had warning for more than 2 years
2025-10-24 06:30:16 +03:00
dish
ed5187e040
jellyfin{,-web}: 10.10.7 -> 10.11.0 ( #453777 )
2025-10-24 01:28:38 +00:00
Emily
c02897312c
doc: remove 11 year old docs ( #435857 )
2025-10-23 17:55:38 +00:00
Yueh-Shun Li
3a4c37457b
doc: document buildPython* stdenv overriding via <function>.override
2025-10-23 14:55:00 +08:00
Seth Flynn
3a3f5287d6
rl-2511: Move entries from incorrect sections ( #454570 )
2025-10-23 04:34:48 +00:00
Masum Reza
a9440ea002
android-udev-rules: drop ( #454366 )
2025-10-23 03:25:24 +00:00
Connor Baker
4252ef54c2
doc: update CUDA section
...
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:51 -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
Sebastián Zavala Villagómez
faf2de0683
ugrep: add optional filter utils wrapping & gnugrep replacement symlinks
...
The `ugrep+` and `ug+` commands are the same as the
`ugrep` and `ug` commands, but also use filters to
search PDFs, documents, e-books, image metadata,
when these filter tools are present:
- pdftotext
- antiword
- pandoc
- exiftool
`ugrep+` and `ug+` can now be wrapped to make those
utils accessible without the need for users to clutter
their environments through installing them. This is
opt-in with the `wrapWithFilterUtils` flag since these
packages grow the closure size massively.
A `createGrepReplacementLinks` flag was also added to
optionally create symlinks to serve as `gnugrep` drop-in
replacements. This works just like with `coreutils`. We
ensure that these variants beat `gnugrep`'s priority value
so `ugrep` wins when building `system-path` with `buildEnv`.
2025-10-22 13:13:41 -04:00
Philip Taron
eeff8b4df0
julec.hook: init ( #452762 )
2025-10-22 15:20:54 +00:00
dish
3d00669140
rl-2511: Move entries from incorrect sections
2025-10-22 11:05:06 -04:00
adam
155bcc6866
julec.hook: init
...
Co-authored-by: philiptaron <philip.taron@gmail.com>
2025-10-22 17:02:54 +02:00
Johannes Kirschbauer
43b77e1457
lib/cli: add toCommandLine ( #404233 )
2025-10-22 14:45:00 +00:00
Mathew Polzin
0a96514417
idris2: Move to by-name, clean-up, add withPackages helper, make unwrapped compiler ( #445120 )
2025-10-22 01:05:37 +00:00
Seth Flynn
395d77dede
moar: 1.33.0 -> 2.6.1, rename to moor, modernize ( #435670 )
2025-10-22 00:35:44 +00:00
Tim Schumacher
c06ad375eb
android-udev-rules: drop
...
As of systemd 258 adb and fastboot connections are handled by a built-in
uaccess rule, so a dedicated package with hardcoded ID-based udev rules
is no longer needed.
Drop the android-udev-rules package and related mentions of the adbusers
group, which is also no longer used.
2025-10-22 00:13:25 +02:00
Lukas Wurzinger
1f4c50ab81
lib/cli: deprecate toGNUCommandLine
2025-10-21 21:01:38 +02:00
Lukas Wurzinger
73e8a483e6
lib/cli: add toCommandLine
2025-10-21 21:01:32 +02:00
Ross Smyth
efa5600771
docs: Add to docs and release notes
2025-10-21 12:47:02 -04:00
Aliaksandr
def801fb09
lib: deprecate mkAliasOptionModuleMD
2025-10-21 16:00:52 +03:00
K900
f3d874fb9d
qt6.full: drop
2025-10-21 13:23:24 +03:00
Niklas Korz
cab0f8f3a1
python3Package.duckduckgo-search: drop ( #453344 )
2025-10-21 09:19:24 +00:00
nixpkgs-ci[bot]
65a2cad20c
Merge master into staging-next
2025-10-21 06:06:18 +00:00
K900
b43c43d642
nixos/plasma6: check $XDG_CACHE_HOME before $HOME/.cache for ksycoca cache wipe ( #453299 )
2025-10-21 01:14:22 +00:00
Clément
c3378bdd05
python3Package.duckduckgo-search: drop
...
This package is now a duplicate of ddgs. It had been kept for retro
compatiblity reasons, but has since been updated by mistake in a large
PR, #431074 .
2025-10-20 17:05:43 -07:00
nixpkgs-ci[bot]
fb4a94b345
Merge master into staging-next
2025-10-20 18:06:02 +00:00
Janne Heß
5776e99827
mariadb: upgrade default from 10.11 to 11.4 ( #452844 )
2025-10-20 17:52:01 +00:00
dish
96aa4941c0
nixos/forgejo: add age setting to automatic dump ( #450761 )
2025-10-20 14:20:09 +00:00
Luca A.
7bf1b4d04a
nixos/forgejo: add age setting to automatic dump
...
Currently dump are added to the directory but not cleaned up.
This setting allows the user to customize the cleanup age of dumps.
2025-10-20 15:42:18 +02:00
Minijackson
4957a9976f
jellyfin: 10.10.7 -> 10.11.0
...
adapt the test due to slower start and small API change
2025-10-20 09:57:03 +02:00
Seth Flynn
c217cdd3a2
moor: 1.33.0 -> 2.6.1
...
Diff: https://github.com/walles/moor/compare/v1.33.0...v2.6.1
Changelog: https://github.com/walles/moor/releases/tag/v2.6.1
2025-10-20 03:00:34 -04:00
nixpkgs-ci[bot]
98a73a9815
Merge master into staging-next
2025-10-20 06:06:41 +00:00
Yohann Boniface
a2bf0a75b8
carla: remove gtk2 ( #451314 )
2025-10-20 00:33:45 +00:00
nixpkgs-ci[bot]
001b29ce03
Merge master into staging-next
2025-10-20 00:18:01 +00:00
Sebastián Mancilla
249233af0d
dockerTools: Comment tidy-ups, and documentation update ( #450384 )
2025-10-19 22:46:23 +00:00