Commit Graph

3889 Commits

Author SHA1 Message Date
Yueh-Shun Li
1457882099
factor-lang: Restructure package for easier extension (#287852) 2025-04-04 00:11:07 +08:00
Michael Raitza
ba8b602211 factor: Restructure package for easier extension 2025-04-03 16:33:05 +02:00
Emily
8159a40eef
nixos/grafana-agent: remove (#395514) 2025-04-03 00:28:13 +02:00
Nick Cao
a084e920e0
ocis_5-bin: rename from ocis-bin (#394598) 2025-04-02 16:56:09 -04:00
Florian Klink
28b1639d57 nixos/grafana-agent: remove
As described in https://github.com/NixOS/nixpkgs/pull/394017,
grafana-agent does not build with Go 1.23 anymore, and Go 1.22 has been
removed.

grafana-agent has been deprecated by Grafana (in favour of Grafana
Alloy), and will be EOL on 2025-11-01, which would be part of the
upcoming 25.05 release.

Instead of leaving us with a broken package, drop it alltogether, and
add release notes.
2025-04-02 21:45:31 +01:00
Emily
445f90e628
rustPlatform.fetchCargoTarball: drop (#394012) 2025-04-02 21:17:36 +01:00
Adrien Faure
63455f1a21 docs: add separate Nixpkgs release notes
the initial change was already made ad hoc in 10a75ab, in response to the recently introduced enforced redirects mapping that is supposed to keep stable URLs.

due to the redirect mechanism's current limitation to locations within
the same site (that is, either the Nixpkgs xor the NixOS manual), and
the observation that noteworthy Nixpkgs changes tend to be
self-contained, it seemed reasonable to introduce a seperate release
notes document. it also has the advantage that users of only Nixpkgs
don't have to deal with release notes that are only relevant for NixOS.

the original change was already lossless for NixOS users, since the
Nixpkgs release notes are appended to the NixOS release notes.

this change moves the pre-existing Nixpkgs notes to the new dedicated page.

Co-authored-by: Gagarin Valentin Gagarin <valentin@gagarin.work>
2025-04-01 07:52:19 +01:00
Casey Link
30f6c5ef66 ocis-bin5: rename from ocis-bin 2025-04-01 08:49:20 +02:00
Yueh-Shun Li
016a24e4dc apptainer, singularity: deprecate workarounds for vendorHash overriding
Remove obsolete overriding workarounds for vendorHash, deleteVendor and
proxyVendor (through the <pkg>.override interface).

The workaround functionality has been fixed by commit eed069a5bc
("buildGoModule: fix overrideAttrs overriding"), and these arguments can
now be overridden using <pkg>.overrideAttrs.
2025-03-31 19:49:54 +08:00
Morgan Jones
81ac8a7666 androidenv: support 5 years of Android APIs with images; test 10 without
Cut down on the number of system images that need to be fetched by just
supporting packages from the last 5 years. Still test the last 10 years
of APIs without images.
2025-03-29 22:13:03 +05:30
Morgan Jones
b757ce39d6 androidenv: support minPlatformVersion and maxPlatformVersion
With the release of Android API 36, it was getting rather annoying to
need to keep these updated. Allow just specifying the min and max
instead.
2025-03-29 22:13:03 +05:30
Morgan Jones
11dce5a28d doc: clarify how if-supported works 2025-03-29 22:13:03 +05:30
Morgan Jones
239551ec83 doc: update androidenv docs 2025-03-29 22:13:03 +05:30
Emily
7cf0473ccd rustPlatform.fetchCargoTarball: drop 2025-03-28 15:09:52 +00:00
Matthieu C.
3e6edb83dd vimPlugins: rename nvimSkipModule into nvimSkipModules
It's confusing to have a polymorphic behavior for nvimSkipModule and it
is an implementation detail.
Let's not force ourselves to keep supporting both types and just support
lists, which imply plural in nixpkgs (e.g. "lib.optional" vs "lib.optionals").

Support and showcase just the list format to avoid confusion.
2025-03-27 16:34:28 +01:00
Sarah Brofeldt
7d4bcd6068
apacheKafka: init at 4.0.0 (#392450) 2025-03-27 07:13:41 +01:00
Ilan Joselevich
34857ed13a
nixos/amazon-ec2-amis: remove (#392076) 2025-03-26 16:40:25 +00:00
Johannes Kirschbauer
5e74a74444
lib.packagesFromDirectoryRecursive: use explicit recursion, support nested scopes (#392800) 2025-03-26 13:28:56 +01:00
nicoo
93d76b7344 lib.packagesFromDirectoryRecursive: reject unknown arguments
see [discussion](https://github.com/NixOS/nixpkgs/pull/270537#discussion_r1862458435)
2025-03-26 12:11:44 +01:00
nicoo
6b7576b0cf lib.packagesFromDirectoryRecursive: use explicit recursion, support nested scopes 2025-03-26 12:11:43 +01:00
Matthieu Coudron
d3c2689ed6
vimPlugins: refactoring 2025-03-25 15:27:23 +01:00
Austin Horstman
cb00c3ba6c
vimUtils: move to utils directory
Add some organization
2025-03-25 08:34:01 -05:00
Donovan Glover
f1e87f30f7
xdragon: rename to dragon-drop, add taliyahwebb as maintainer (#392171) 2025-03-24 21:54:11 +00:00
Austin Horstman
94889c34e6
nexusmods-app: 0.8.2 -> 0.8.3 (#392764) 2025-03-24 15:05:29 -05:00
Matt Sturgeon
de22d6f494
nexusmods-app: 0.8.2 -> 0.8.3
https://github.com/Nexus-Mods/NexusMods.App/tree/v0.8.3
2025-03-24 16:19:14 +00:00
Taliyah Webb
3fd97beff1
xdragon: rename -> dragon-drop
mwh/dragon#17 nominates 'dragon-drop' as disambiguation
(https://github.com/mwh/dragon/issues/17#issuecomment-947332142)

xdragon alias for compatibility

'dragon' binary removal
pkg upstream suggests to use the disambiguating name exclusively

top-level/all-packages.nix lowPrio
lowPrio was introduced because kdePackages.dragon also produces a 'dragon'
binary (no longer needed, see above).
2025-03-24 15:02:59 +01:00
06kellyjac
73f98b07fc golangci-lint: 1.64.8 -> 2.0.0
Diff: https://github.com/golangci/golangci-lint/compare/v1.64.8...v2.0.0

Changelog: https://github.com/golangci/golangci-lint/blob/v2.0.0/CHANGELOG.md
2025-03-24 13:39:03 +00:00
Jonathan Davies
e627058207
nixos/release-notes: Added note about Kafka/Zookeeper deprecation. 2025-03-24 11:09:01 +00:00
Sandro
d97522d8b4
doc: add section on inkscape plugins (#391324) 2025-03-23 16:22:02 +01:00
Gaétan Lepage
674a159bc2
installShellFiles: add emulator doc for installShellCompletion (#390418) 2025-03-22 15:26:53 +01:00
Arian van Putten
12c098f0ca nixos/amazon-ec2-amis: remove 2025-03-22 12:25:18 +00:00
Johannes Kirschbauer
484a0477d8
lib/types: types.either deprecate functor.wrapped in favor of functor.payload.elemType 2025-03-20 14:11:34 +00:00
Silvan Mosberger
987a096334
lib/types: types deprecate functor.wrapped in favor of functor.payload.elemType for trivial cases (#375084) 2025-03-20 14:28:57 +01:00
tropf
f2e0c05a46 doc: add section on inkscape plugins 2025-03-19 18:05:42 +01:00
Arne Keller
375187098a
doc: Cross-reference roles syntax doc & implementation (#374035) 2025-03-19 10:43:25 +01:00
Heitor Augusto
4eabe80655
doc: add COSMIC section 2025-03-18 16:08:12 -03:00
Matt Sturgeon
a014215f76
nexusmods-app: 0.7.3 -> 0.8.2
Changelog:
https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.8.2

Also updated disabled tests.
2025-03-17 17:16:53 +00:00
ZHAO Jin-Xiang
149a6e0a91 installShellFiles: add emulator doc for installShellCompletion 2025-03-16 23:57:39 +08:00
Johannes Kirschbauer
4f123107b4
lib/types: types.coercedTo deprecate functor.wrapped in favor of functor.payload.elemType 2025-03-15 00:46:02 +09:00
Johannes Kirschbauer
f6214eb786
lib/types: types.functionTo deprecate functor.wrapped in favor of functor.payload.elemType 2025-03-15 00:45:39 +09:00
Johannes Kirschbauer
4fe25460e1
lib/types: types.nullOr deprecate functor.wrapped in favor of functor.payload.elemType 2025-03-15 00:45:30 +09:00
Johannes Kirschbauer
05958f27e2
lib/types: types.{unique,uniq} deprecate functor.wrapped in favor of functor.payload.elemType 2025-03-15 00:05:55 +09:00
K900
5da892d21c mesa: output cleanup, part 2
- build with out-of-tree libgbm
- $drivers -> $out, since $out is basically empty now
2025-03-11 22:16:23 +03:00
Felix Buehler
396ed9742c i3status-rust: disable notmuch by default 2025-03-09 19:56:12 +01:00
Connor Baker
871cda0b06
testers.shellcheck: refactor, update docs, and simplify tests (#385940) 2025-03-07 20:53:33 -08:00
Connor Baker
3de1aeac1f testers.shellcheck: refactor and update docs 2025-03-08 00:15:22 +00:00
Philip Taron
cb26667f94
testers.shfmt: init (#385939) 2025-03-07 15:45:30 -08:00
Philip Taron
e2f6e5d7bc
testers.testEqualArrayOrMap: init (#383214) 2025-03-07 15:29:27 -08:00
Sandro
48ecb73067
netbox_4_2: init (#376100) 2025-03-07 20:31:48 +01:00
7c6f434c
fe36c0e045
Squid: 6.13 -> 7.0.1 (#384972) 2025-03-06 17:17:08 +00:00