Commit Graph

6094 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
a78974e44f domoticz: 2024.7 ->2026.2-unstable-2026-07-09 + add lenny as maintainer (#539060) 2026-07-13 23:55:58 +00:00
nixpkgs-ci[bot]
83a0bb7cea Merge staging-next into staging 2026-07-13 18:16:40 +00:00
Peder Bergebakken Sundt
c837398238 mcphost: drop (#539541) 2026-07-13 16:20:40 +00:00
nixpkgs-ci[bot]
44e6d12e3c Merge staging-next into staging 2026-07-13 14:32:09 +00:00
Johannes Kirschbauer
b54016c89c docs: add header feature to nrd to inject a custom headers (#535662) 2026-07-13 13:10:07 +00:00
Johannes Kirschbauer
fd464b2698 doc/style.css: clamp content max-width (#541153) 2026-07-13 13:05:49 +00:00
Johannes Kirschbauer
7c1a8c45bf nixos/doc: inject custom header via nixos-render-docs --header 2026-07-13 15:04:31 +02:00
nixpkgs-ci[bot]
c45ba81144 Merge staging-next into staging 2026-07-13 12:50:29 +00:00
Johannes Kirschbauer
4388cd791a doc/doc-support: inject custom header via nixos-render-docs --header 2026-07-13 14:30:39 +02:00
Andreas Rammhold
00ec5f0eaf doc/release-notes: Add changelog entry for the now deprecated allowBrokenPredicate setting
Since 48422decc4 the old behaviour is
emitting a warning based on the latest supported release version. This
documents it.
2026-07-13 13:39:20 +02:00
Vincent Laporte
17be5c5fe7 Delete duplicated code and make mkCoqDerivation a wrapper on top of mkRocqDerivation (#537856) 2026-07-13 07:41:58 +00:00
Johannes Kirschbauer
69640f6d1f doc/style.css: clamp content max-width 2026-07-12 21:33:32 +02:00
nixpkgs-ci[bot]
649daf9a5e Merge staging-next into staging 2026-07-12 00:33:32 +00:00
cinereal
608690995f nixos/modular-services: add portable process.environment
Adds modular service option `process.environment` to pass an attrset of
env vars to the service manager.
`null` values actively unset the variable before the process starts.

Values are `coercedTo (either path package) str` via interpolation,
mirroring `pathOrStr`, so paths and packages render to store-path strings
with string context preserved. The type is `lazyAttrsOf`, allowing one
entry to reference another (recursive env definitions).

The systemd backend unsets entries using `unexport` in `ExecStart`,
so the variable is absent even when `Environment=` or
the inherited environment would otherwise supply it.

The systemd backend lifts non-null entries onto the primary unit wrapped
per-key with `lib.mkDefault` so they merge with the existing priority-100
`environment.PATH` binding in `nixos/lib/systemd-lib.nix` while still letting
explicit `systemd.service.environment.<k>` overrides win.

The systemd extra-root modules are loaded via `importApply`, closing `pkgs`
over `systemd/service.nix` as a non-module argument (matching the portable
`lib/services/service.nix` convention) instead of passing a redundant `pkgs`
specialArg. The docs eval threads `pkgs = throw` accordingly.

Portable coverage lives in `testers.modularServiceCompliance`: an eval-level
check that a set value round-trips and a `null` value is preserved, plus an
integration test that records the service's own `/proc/$$/environ` and asserts
the set variable is present and the null variable is absent. The
systemd-specific grep assertions in `systemd/test.nix` cover how systemd
achieves this (`Environment=` rendering, null filtering, the `unexport`
wrapper, and override precedence).

Assisted-by: Claude:claude-opus-4-8
2026-07-11 22:54:46 +02:00
Johannes Kirschbauer
9ccbbb9c9a doc/style.css: use major second scale for headings (#540393) 2026-07-11 19:47:57 +00:00
Johannes Kirschbauer
4048ac3611 doc/style.css: add pill background to inline-code (#540383) 2026-07-11 19:47:31 +00:00
Sefa Eyeoglu
0202989271 pnpm_8: drop
Insecure and unmaintained. No consumers in nixpkgs anymore so it can go.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-07-11 20:04:14 +02:00
lenny
46b1cdbb83 domoticz: Add release note about breaking changes since 2024.7 2026-07-11 19:00:00 +02:00
nixpkgs-ci[bot]
5e54e68ffe Merge staging-next into staging 2026-07-10 18:31:46 +00:00
Théo Zimmermann
962d8fb3ed mkRocqDerivation: document new parameters useCoq and useCoqifVersion 2026-07-10 17:56:59 +02:00
Peder Bergebakken Sundt
2c75f32887 docs: re-order Rocq section alphabetically (#538947) 2026-07-10 15:29:03 +00:00
Johannes Kirschbauer
ae2e8f41c5 doc/style.css: use major second scale for headings 2026-07-10 17:15:32 +02:00
Johannes Kirschbauer
e6b7601eb7 doc/style.css: add pill background to inline-code 2026-07-10 16:44:33 +02:00
Martin Weinelt
eb0dbe6935 checkPhaseThreadLimitHook: rename from openmpCheckPhaseHook, set more thread env vars (#539853) 2026-07-10 12:21:00 +00:00
Grimmauld
8a597f5ae6 checkPhaseThreadLimitHook: rename from openmpCheckPhaseHook, set more thread env vars 2026-07-10 00:46:58 +02:00
transcaffeine
2feb8804f3 keycloak: 26.6.4 -> 26.7.0
Release notes: https://github.com/keycloak/keycloak/releases/tag/26.7.0
Full changelog: https://github.com/keycloak/keycloak/compare/26.6.4...26.7.0
Breaking changes: https://www.keycloak.org/docs/latest/upgrading/#migrating-to-26-7-0
https://www.keycloak.org/docs/latest/upgrading/#migration-changes
2026-07-09 22:18:02 +02:00
nixpkgs-ci[bot]
c2191b114b Merge staging-next into staging 2026-07-09 18:37:50 +00:00
Peder Bergebakken Sundt
601d0e82cf gotosocial: 0.21.3 -> 0.22.0 (#536969) 2026-07-09 14:13:14 +00:00
K900
b0b1fcd402 Merge remote-tracking branch 'origin/staging-next' into staging 2026-07-09 08:54:20 +03:00
Philip Taron
ab52c90582 bundlerApp: set __structuredAttrs = true for result package (#539303) 2026-07-08 21:24:56 +00:00
Vladimír Čunát
4bddd7068b Merge master into staging-next 2026-07-08 16:42:08 +02:00
Martin Weinelt
e97294ecc7 nixos/nixpkgs: add zstd flavored nixexprs tarballs (#535272) 2026-07-08 14:23:04 +00:00
nixpkgs-ci[bot]
8ab1ccd1c1 Merge master into staging-next 2026-07-08 12:34:48 +00:00
Sandro
e6b36d409c gh-actions-cache: drop (#539569) 2026-07-08 12:01:25 +00:00
pancho horrillo
3b7ca632d8 gh-actions-cache: drop
As stated in the repository¹ README:

Important

This functionality has been integrated directly into the gh CLI

https://cli.github.com/manual/gh_cache

This extension should be removed and replaced with usage of gh cache directly

gh extension remove actions-cache

¹: https://github.com/actions/gh-actions-cache

At any rate, the repository has been archived (on Oct 21, 2024).
2026-07-08 13:20:06 +02:00
Dionysis Grigoropoulos
0d9244b1b6 mcphost: drop
Upstream marked the software as unmaintained on April 13th 2026 and
recommends moving to a different software instead
632cc19600
2026-07-08 13:21:57 +03:00
nixpkgs-ci[bot]
57cbedcc3b Merge master into staging-next 2026-07-08 09:09:22 +00:00
Ivan Mincik
ba34d35b6c alps: 2022-10-18 -> 1 (#529858) 2026-07-08 07:19:46 +00:00
nixpkgs-ci[bot]
f255ed405b Merge master into staging-next 2026-07-07 18:41:28 +00:00
Yueh-Shun Li
4fca7cee9b bundlerApp: set __StructuredAttrs = true for result package 2026-07-08 02:32:14 +08:00
Marc Jakobi
b0f79d3e93 {vimacs,vimPlugins.vimacs}: drop (#539336) 2026-07-07 17:42:32 +00:00
Marc Jakobi
c47d38d802 vimacs: drop 2026-07-07 19:31:00 +02:00
Dmitry Kalinkin
e89e01b84f texlive.combine: add deprecation warning (#536382) 2026-07-07 16:20:51 +00:00
Sizhe Zhao
f504346df9 doc/rl-2611: add alps 2026-07-07 22:46:36 +08:00
Johannes Kirschbauer
478044ca25 doc/fixed-point-arguments: add an example of wrapping with transformDrv and miscelaneous fixes (#537881) 2026-07-07 13:51:53 +00:00
Yueh-Shun Li
1c8c1cc2a7 doc/fixed-point-arguments: add an example of wrapping with transformDrv 2026-07-07 19:25:34 +08:00
Yueh-Shun Li
068e58f4cb doc/fixed-point-arguments: make examples callPackage-compatible 2026-07-07 19:24:41 +08:00
Yueh-Shun Li
e97de7f4af doc/fixed-point-arguments: explicitly mention extendDrvArgs 2026-07-07 19:24:41 +08:00
nixpkgs-ci[bot]
5ab418dde1 Merge master into staging-next 2026-07-07 10:11:50 +00:00
Ulrik Strid
d8f83758d4 etcd_3_6: 3.6.12 -> 3.6.13, etcd_3_4: drop (#537615) 2026-07-07 07:13:49 +00:00