Commit Graph
1006631 Commits
Author SHA1 Message Date
Robert HensingandJohannes Kirschbauer 8aa6e3dbb9 types.attrListWith: add valueMeta.definitions 2026-05-24 15:32:04 +02:00
Robert HensingandJohannes Kirschbauer e29bf2412b lib.modules.mapDefinitionValue: init 2026-05-24 15:32:04 +02:00
zowoqandGitHub 058b87331f terraform-providers.fastly_fastly: 9.1.1 -> 9.2.0 (#523615) 2026-05-24 13:27:51 +00:00
R. Ryantm 0e9652423b oxlint: 1.65.0 -> 1.66.0 2026-05-24 13:27:40 +00:00
zowoqandGitHub 3288ec4f5d terraform-providers.aliyun_alicloud: 1.278.0 -> 1.279.0 (#523280) 2026-05-24 13:24:16 +00:00
zowoqandGitHub 2549e16bf0 terraform-providers.gitlabhq_gitlab: 18.11.0 -> 19.0.0 (#523204) 2026-05-24 13:24:01 +00:00
yaya a2e55e31d6 26.11 is Zokor 2026-05-24 15:07:40 +02:00
Robert HensingandJohannes Kirschbauer f1b62fdc4e types.attrListWith: add asAttrs
This allows the type's return value to be accessed more easily.

Motivating use case:
- Built-in module provides CLI functionality by declaring
  an `attrListWith { asAttrs = true; }`, extracting the ordered list
  from `valueMeta` for the purpose of creating the `argv`.
- User modules can read the command line's flags directly without
  having to parse the list of attrs.
2026-05-24 15:07:05 +02:00
Robert HensingandJohannes Kirschbauer 17fdb6f68a types.attrListWith: init
Trivial extraction from attrListOf.
2026-05-24 15:07:05 +02:00
Robert HensingandJohannes Kirschbauer 43d998e6c0 types.attrListOf: init
This adds a type for name-value mappings that preserve ordering.

Motivating use case: command line flags for package modules /
wrappers / modular services.
The option value can be transformed into a command line in the
correct order.
Additionally, a convenience readOnly option could be provided
to give easy introspection access to the values in an ad hoc
manner.
2026-05-24 15:07:02 +02:00
Austin HorstmanandGitHub f69b2eb358 vimPlugins.blink-pairs: 0.4.1 -> 0.5.0 (#523577) 2026-05-24 13:01:55 +00:00
nixpkgs-ci[bot]andGitHub b3c2035bbd cargo-codspeed: 4.6.0 -> 4.7.0 (#523205) 2026-05-24 12:59:30 +00:00
JoandGitHub 56298ea069 .github: Add release-26.05 CI config (#523610) 2026-05-24 12:56:15 +00:00
JoandGitHub 3295052572 Update 26.11 documentation (#523605) 2026-05-24 12:52:53 +00:00
R. Ryantm 51e39c08a8 terraform-providers.fastly_fastly: 9.1.1 -> 9.2.0 2026-05-24 12:52:13 +00:00
yaya 41a5348c15 .github: Add release-26.05 CI config 2026-05-24 14:51:41 +02:00
Christoffer Lundell ccf5b48c1f ddcutil: 2.2.6 -> 2.2.7
Add acl and dbus to buildInputs as required by upstream configure script.
2026-05-24 14:47:23 +02:00
R. Ryantm f5bcef8a5f inputplumber: 0.77.1 -> 0.77.2 2026-05-24 12:43:06 +00:00
yaya ca22d15bca doc: Update for 26.11 2026-05-24 14:42:27 +02:00
Aaron Andersen d5a9adccf6 libudev-zero: 1.0.3 -> 1.0.4 2026-05-24 08:34:01 -04:00
Adam C. StephensandGitHub 6dce29a1d5 quickwit.tests: drop deleted test reference (#523603) 2026-05-24 12:33:10 +00:00
John Titor fd2acaeefa mprime: add pre phase and post phase hooks 2026-05-24 18:00:13 +05:30
Aaron Jheng 5c8553d66b mysql-shell-innovation: fix build with libc++ 21 2026-05-24 20:29:11 +08:00
Aaron Jheng 8f85bca57f mysql-shell_9: fix build with libc++ 21 2026-05-24 20:29:11 +08:00
Aaron Jheng 70854d52a1 mysql-shell_8: fix build with clang 2026-05-24 20:29:11 +08:00
someplaceguyandJohn Titor f511847d35 mprime: fix fatal error with -march=znver1
Compiling for recent architectures causes rounding issues:

FATAL ERROR: Rounding was 0.4977243728, expected less than 0.4
2026-05-24 17:58:21 +05:30
Yohann BonifaceandGitHub 0ac780c690 python3Packages.github-webhook: modernize and migrate to pyproject (#522860) 2026-05-24 12:09:58 +00:00
Sergei Trofimovich 251367f734 quickwit.tests: drop deleted test reference
Without the change the eval fails as:

```
$ nix-instantiate -A quickwit.tests
error:
       … while evaluating the attribute 'syslog-quickwit'
         at pkgs/by-name/qu/quickwit/package.nix:112:35:
          111|       inherit (nixosTests) quickwit;
          112|       inherit (nixosTests.vector) syslog-quickwit;
             |                                   ^
          113|     };

       error: attribute 'syslog-quickwit' missing
       at pkgs/by-name/qu/quickwit/package.nix:112:35:
          111|       inherit (nixosTests) quickwit;
          112|       inherit (nixosTests.vector) syslog-quickwit;
             |                                   ^
          113|     };
```
2026-05-24 13:02:16 +01:00
Yohann BonifaceandGitHub 054616c9c7 python3Packages.unicurses: modernize and migrate to pyproject (#522866) 2026-05-24 11:59:07 +00:00
Yohann BonifaceandGitHub 258544fde3 python3Packages.github-to-sqlite: modernize and migrate to pyproject (#522868) 2026-05-24 11:58:53 +00:00
Harinn 83d906581b python3Packages.obspec: fix pytest-mypy-plugins under sandbox 2026-05-24 18:58:48 +07:00
Sefa Eyeoglu 1d74018091 pnpm: 11.1.2 -> 11.3.0
https://github.com/pnpm/pnpm/releases/tag/v11.3.0
https://github.com/pnpm/pnpm/releases/tag/v11.2.2
https://github.com/pnpm/pnpm/releases/tag/v11.2.1
https://github.com/pnpm/pnpm/releases/tag/v11.2.0
https://github.com/pnpm/pnpm/releases/tag/v11.1.3

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-24 13:58:39 +02:00
Sefa Eyeoglu d5cbb9e641 fetchPnpmDeps,pnpmConfigHook: print final config before install
This should help debugging config values. I verified that `pnpm config
list` works across pnpm_8, pnpm_9, pnpm_10, pnpm_10_29_2 and pnpm_11.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-24 13:58:32 +02:00
Sefa Eyeoglu 599909067c pnpmConfigHook: disable lockfile verification against supply-chain policies
These checks are still performed in fetchPnpmDeps. These checks require
access to the registries used in the lockfile, making it infeasible to
run during configurePhase in a sandboxed build.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-24 13:58:32 +02:00
Yohann BonifaceandGitHub bf7361f4c3 treewide: resolve pypi.org and related redirects (#523187) 2026-05-24 11:57:04 +00:00
vimlinuz 8d31934cf8 vimPlugins.blink-calc: init at 0-unstable-2025-10-06
https://github.com/joelazar/blink-calc

vimPlugins.blink-calc: added overrides
2026-05-24 17:40:44 +05:45
Harinn aef777d2cb larswm: drop 2026-05-24 18:51:34 +07:00
R. Ryantm b8aea165d1 enzyme: 0.0.260 -> 0.0.263 2026-05-24 11:38:29 +00:00
Fida Waseque Choudhury f123c32d53 antigravity-cli: init at 1.0.2 2026-05-24 11:37:24 +00:00
Martin WeineltandGitHub 9dd9cfb239 Migrate variouis test to nspawn container (#523595) 2026-05-24 11:28:17 +00:00
nixpkgs-ci[bot]andGitHub 4c6bd356f1 filebrowser: 2.63.3 -> 2.63.5 (#523590) 2026-05-24 11:25:16 +00:00
nixpkgs-ci[bot]andGitHub 1ed51a257f openrct2: 0.5.0 -> 0.5.1 (#523582) 2026-05-24 11:25:15 +00:00
Yohann BonifaceandGitHub 6e23e628ca python3Packages.python-magic: modernize and migrate to pyproject (#523014) 2026-05-24 11:24:34 +00:00
Martin Weinelt fbc588f146 nixosTests.postfix-tlspol: use nspawn container 2026-05-24 13:19:44 +02:00
Martin Weinelt 27c670ba57 nixosTests.pinnwand: use nspawn container 2026-05-24 13:18:22 +02:00
SandroandGitHub 3cdf3aad72 python3Packages.modern-colorthief: 0.2.0 -> 0.2.1 (#523319) 2026-05-24 11:17:38 +00:00
SandroandGitHub bac573a799 python3Packages.rnginline: disable test_file_url_roundtrip on python 3.14+ (#523373) 2026-05-24 11:17:37 +00:00
Harinn cbb314acf6 metadata: fix build with ffmpeg 8.1 2026-05-24 18:17:13 +07:00
Martin Weinelt 043c78f155 nixosTests.evcc: use nspawn container 2026-05-24 13:17:13 +02:00
SandroandGitHub e6d53f7285 pihole-ftl: 6.6.1 -> 6.6.2 (#523335) 2026-05-24 11:16:56 +00:00