Philip Munksgaard
8e5d6f456d
nixos/test-driver: add defaultText to pythonTestDriverPackage
...
After d95261b435 , the following flake.nix fails:
```nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { nixpkgs, ... }: {
nixosConfigurations.demo = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
({ lib, ... }: {
boot.loader.grub.enable = false;
fileSystems."/" = { device = "none"; fsType = "tmpfs"; };
nixpkgs.config.packageOverrides =
lib.mkIf false (_: { });
})
];
};
};
}
```
This is the error:
```
$ nix build /tmp/tmp.vWEVitTgK9/#nixosConfigurations.demo.config.system.build.toplevel
evaluation warning: system.stateVersion is not set, defaulting to 26.05. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion .
error:
… while calling the 'derivationStrict' builtin
at <nix/derivation-internal.nix>:37:12:
36|
37| strict = derivationStrict drvAttrs;
| ^
38|
… while evaluating derivation 'nixos-system-nixos-26.05.20260409.4c1018d'
whose name attribute is located at /nix/store/anvdcc2arw7kqrvwnidvhw6ypkkvws68-source/pkgs/stdenv/generic/make-derivation.nix:541:11
… while evaluating attribute 'buildCommand' of derivation 'nixos-system-nixos-26.05.20260409.4c1018d'
at /nix/store/anvdcc2arw7kqrvwnidvhw6ypkkvws68-source/nixos/modules/system/activation/top-level.nix:64:7:
63| passAsFile = [ "extraDependencies" ];
64| buildCommand = systemBuilder;
| ^
65|
… while evaluating the option `environment.etc.dbus-1.source':
… while evaluating the default value of option `pythonTestDriverPackage`
… while evaluating the module argument `hostPkgs' in "/nix/store/anvdcc2arw7kqrvwnidvhw6ypkkvws68-source/nixos/lib/testing/driver.nix":
… noting that argument `hostPkgs` is not externally provided, so querying `_module.args` instead, requiring `config`
… while evaluating the option `hostPkgs':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: The option `hostPkgs' was accessed but has no value defined. Try setting the option.
```
Setting a `defaultText` fixes the issue.
I've also added a regression test under `nixos/tests/nixos-test-driver/` and
fixed a typo in the option description ("implemetnation").
2026-05-29 11:17:25 +02:00
Pol Dellaiera and GitHub
0363321cb9
python3Packages.tivars: 0.9.2 -> 1.1.1 ( #519311 )
2026-05-29 05:57:40 +00:00
Fabian Affolter and GitHub
f94065500a
python3Packages.playwrightcapture: 1.36.2 -> 1.39.12, python3Packages.lacuscore: 1.21.1 -> 1.24.7 ( #525330 )
2026-05-29 05:47:18 +00:00
Fabian Affolter and GitHub
819ba66451
python3Packages.pyais: 3.0.0 -> 3.0.1 ( #525335 )
2026-05-29 05:47:05 +00:00
Fabian Affolter and GitHub
e11b68c656
python3Packages.notifications-python-client: 10.0.1 -> 12.1.0 ( #525374 )
2026-05-29 05:46:30 +00:00
Jonas Heinrich and GitHub
ff8b31fbd6
waydroid-nftables: 1.6.2 -> 1.6.3 ( #525364 )
2026-05-29 05:42:55 +00:00
R. Ryantm
865b11d97e
python3Packages.tivars: 0.9.2 -> 1.1.1
2026-05-29 05:07:05 +00:00
Pol Dellaiera and GitHub
e9a7635a57
mcp-gateway: 2.12.0 -> 2.12.1 ( #525426 )
2026-05-29 05:01:12 +00:00
nixpkgs-ci[bot] and GitHub
52ed0caf75
firefly-iii: 6.6.2 -> 6.6.3 ( #522506 )
2026-05-29 05:00:59 +00:00
nixpkgs-ci[bot] and GitHub
b04abf7556
libchewing: 0.10.3 -> 0.12.0 ( #522113 )
2026-05-29 05:00:55 +00:00
R. Ryantm
ae89c1aea2
mcp-gateway: 2.12.0 -> 2.12.1
2026-05-29 04:04:20 +00:00
dotlambda and GitHub
15f88b9950
python3Packages.spotipyfree: 1.5.1 -> 1.8.1 ( #525424 )
2026-05-29 04:00:24 +00:00
dish and GitHub
64a8f77896
python3Packages.internetarchive: 5.8.0 -> 5.9.0 ( #525405 )
2026-05-29 03:46:00 +00:00
R. Ryantm
0cf05da020
python3Packages.spotipyfree: 1.5.1 -> 1.8.1
2026-05-29 03:37:43 +00:00
zowoq and GitHub
eac6ff7ad2
terraform-providers.hashicorp_google-beta: 7.33.0 -> 7.34.0 ( #525421 )
2026-05-29 03:31:49 +00:00
dotlambda and GitHub
e5229bc8d8
ffmpeg_6: 6.1.4 -> 6.1.5 ( #524591 )
2026-05-29 03:22:49 +00:00
dotlambda and GitHub
b86913548c
python3Packages.langchain-google-genai: disable tests failing w/ google-genai >= 1.74 ( #522320 )
2026-05-29 03:15:24 +00:00
R. Ryantm
642df0cf17
terraform-providers.hashicorp_google-beta: 7.33.0 -> 7.34.0
2026-05-29 03:13:06 +00:00
Austin Horstman and GitHub
9a96644ced
luaPackages.moonscript: dev-1-7b7899 -> dev-1-402be8 ( #525276 )
2026-05-29 01:47:34 +00:00
Jakub Kozłowski and GitHub
1bf4bf1029
ghui: vendor package-lock.json and auto-regenerate via nix-update ( #518359 )
2026-05-29 01:17:21 +00:00
Robert Schütz
e6d8fec34c
ffmpeg_6: 6.1.4 -> 6.1.5
...
Changelog: https://github.com/FFmpeg/FFmpeg/blob/n6.1.5/Changelog
2026-05-28 18:11:55 -07:00
Martin Weinelt and GitHub
002fe0d6bf
openvino: 2026.1.2 -> 2026.2.0; python3Packages.ai-edge-litert: 2.1.4 -> 2.1.5 ( #525238 )
2026-05-29 01:11:20 +00:00
nixpkgs-ci[bot] and GitHub
6a06d87c68
fut: 3.3.2 -> 3.3.3 ( #524948 )
2026-05-29 01:11:00 +00:00
nixpkgs-ci[bot] and GitHub
a9915d401b
podman-desktop: 1.26.2 -> 1.27.2 ( #512826 )
2026-05-29 01:10:39 +00:00
R. Ryantm
6fccc899db
python3Packages.internetarchive: 5.8.0 -> 5.9.0
2026-05-29 00:45:17 +00:00
Peder Bergebakken Sundt and GitHub
7b97a86791
threema-desktop: 1.2.49 -> 1.2.50 ( #521617 )
2026-05-29 00:21:45 +00:00
Peder Bergebakken Sundt and GitHub
3c9685998c
stackblur-go: 1.1.0 -> 1.1.1 ( #521828 )
2026-05-29 00:14:32 +00:00
Peder Bergebakken Sundt and GitHub
8ce5f8e08e
apko: 1.2.4 -> 1.2.13 ( #522778 )
2026-05-29 00:14:01 +00:00
Emily and GitHub
e12ec1ebb1
ungoogled-chromium: 148.0.7778.178-1 -> 148.0.7778.215-1 ( #525397 )
2026-05-29 00:12:31 +00:00
Peder Bergebakken Sundt and GitHub
7a4aa55a61
nwg-displays: 0.4.1 -> 0.4.3 ( #521410 )
2026-05-29 00:12:10 +00:00
Peder Bergebakken Sundt and GitHub
f411420c80
dcrd: 1.8.1 -> 2.1.5 ( #520574 )
2026-05-29 00:09:33 +00:00
Peder Bergebakken Sundt and GitHub
c94027fa77
nocturne: 1.1.1 -> 1.2.1 ( #524868 )
2026-05-29 00:06:33 +00:00
dotlambda and GitHub
07c3a9fea4
fltk_1_4: 1.4.4 -> 1.4.5 ( #524943 )
2026-05-29 00:00:54 +00:00
dotlambda and GitHub
9485655a97
python3Packages.unstructured-client: 0.44.0 -> 0.44.1 ( #525035 )
2026-05-29 00:00:34 +00:00
dotlambda and GitHub
2cff0b6044
python3Packages.qcs-sdk-python: 0.26.1 -> 0.26.2 ( #525000 )
2026-05-29 00:00:12 +00:00
networkException
86522e097a
ungoogled-chromium: 148.0.7778.178-1 -> 148.0.7778.215-1
...
https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html
This update includes 151 security fixes.
CVEs:
CVE-2026-9872 CVE-2026-9873 CVE-2026-9874 CVE-2026-9875 CVE-2026-9876
CVE-2026-9877 CVE-2026-9878 CVE-2026-9879 CVE-2026-9880 CVE-2026-9881
CVE-2026-9882 CVE-2026-9883 CVE-2026-9884 CVE-2026-9885 CVE-2026-9886
CVE-2026-9887 CVE-2026-9888 CVE-2026-9889 CVE-2026-9890 CVE-2026-9891
CVE-2026-9892 CVE-2026-9893 CVE-2026-9894 CVE-2026-9895 CVE-2026-9896
CVE-2026-9897 CVE-2026-9898 CVE-2026-9899 CVE-2026-9900 CVE-2026-9901
CVE-2026-9902 CVE-2026-9903 CVE-2026-9904 CVE-2026-9905 CVE-2026-9906
CVE-2026-9907 CVE-2026-9908 CVE-2026-9909 CVE-2026-9910 CVE-2026-9911
CVE-2026-9912 CVE-2026-9913 CVE-2026-9914 CVE-2026-9915 CVE-2026-9916
CVE-2026-9917 CVE-2026-9918 CVE-2026-9919 CVE-2026-9920 CVE-2026-9921
CVE-2026-9922 CVE-2026-9923 CVE-2026-9924 CVE-2026-9925 CVE-2026-9926
CVE-2026-9927 CVE-2026-9928 CVE-2026-9929 CVE-2026-9930 CVE-2026-9931
CVE-2026-9932 CVE-2026-9933 CVE-2026-9934 CVE-2026-9935 CVE-2026-9936
CVE-2026-9937 CVE-2026-9938 CVE-2026-9939 CVE-2026-9940 CVE-2026-9941
CVE-2026-9942 CVE-2026-9943 CVE-2026-9944 CVE-2026-9945 CVE-2026-9946
CVE-2026-9947 CVE-2026-9948 CVE-2026-9949 CVE-2026-9950 CVE-2026-9951
CVE-2026-9952 CVE-2026-9953 CVE-2026-9954 CVE-2026-9955 CVE-2026-9956
CVE-2026-9957 CVE-2026-9958 CVE-2026-9959 CVE-2026-9960 CVE-2026-9961
CVE-2026-9962 CVE-2026-9963 CVE-2026-9964 CVE-2026-9965 CVE-2026-9966
CVE-2026-9967 CVE-2026-9968 CVE-2026-9969 CVE-2026-9970 CVE-2026-9971
CVE-2026-9972 CVE-2026-9973 CVE-2026-9974 CVE-2026-9975 CVE-2026-9976
CVE-2026-9977 CVE-2026-9978 CVE-2026-9979 CVE-2026-9980 CVE-2026-9981
CVE-2026-9982 CVE-2026-9983 CVE-2026-9984 CVE-2026-9985 CVE-2026-9986
CVE-2026-9987 CVE-2026-9988 CVE-2026-9989 CVE-2026-9990 CVE-2026-9991
CVE-2026-9992 CVE-2026-9993 CVE-2026-9994 CVE-2026-9995 CVE-2026-9996
CVE-2026-9997 CVE-2026-9998 CVE-2026-9999 CVE-2026-10000 CVE-2026-10001
CVE-2026-10002 CVE-2026-10003 CVE-2026-10004 CVE-2026-10005
CVE-2026-10006 CVE-2026-10007 CVE-2026-10008 CVE-2026-10009
CVE-2026-10010 CVE-2026-10011 CVE-2026-10012 CVE-2026-10013
CVE-2026-10014 CVE-2026-10015 CVE-2026-10016 CVE-2026-10017
CVE-2026-10018 CVE-2026-10019 CVE-2026-10020 CVE-2026-10021
CVE-2026-10022
2026-05-29 02:00:11 +02:00
dotlambda and GitHub
709bea2ee3
python3Packages.coverage: 7.14.0 -> 7.14.1 ( #524981 )
2026-05-28 23:59:27 +00:00
Kira Bruneau and GitHub
483b760e9a
helvum: reinit at 0.6.2 ( #524423 )
2026-05-28 23:50:46 +00:00
Cosima Neidahl and GitHub
9f39203401
*mt32emu*: Add passthru.updateScript ( #521302 )
2026-05-28 23:49:57 +00:00
Cosima Neidahl and GitHub
bf073f4b55
dexed: Vendor unmerged Darwin patch ( #521290 )
2026-05-28 23:48:49 +00:00
Martin Weinelt and GitHub
3242faf14b
pretix: 2026.4.2 -> 2026.5.0 ( #525036 )
2026-05-28 23:33:12 +00:00
kirillrdy and GitHub
d5d8cdae1e
python3Packages.einops: 0.8.1 -> 0.8.2 ( #525257 )
2026-05-28 23:26:06 +00:00
yaya and GitHub
234a9cf3ce
nixos/doc: Update stable channel in upgrading chapter ( #525213 )
2026-05-28 23:26:00 +00:00
Martin Weinelt
aa6cc97146
pretix.plugins.mollie: 2.5.4 -> 2.5.5
...
https://github.com/pretix/pretix-mollie/compare/v2.5.4...v2.5.5
2026-05-29 01:17:36 +02:00
Martin Weinelt
97d599ca33
pretix: 2026.4.2 -> 2025.5.0
...
https://pretix.eu/about/en/blog/20260527-release-2026-5/
2026-05-29 01:17:36 +02:00
Martin Weinelt
752218e127
python3Packages.django-formtools: 2.5.1 -> 2.6.1
...
https://github.com/jazzband/django-formtools/blob/2.6.1/docs/changelog.rst
2026-05-29 01:17:36 +02:00
Martin Weinelt
083c286dd5
python3Packages.arabic-reshaper: 3.0.0 -> 3.0.1
...
https://github.com/mpcabd/python-arabic-reshaper/releases/tag/v3.0.1
2026-05-29 01:17:35 +02:00
Martin Weinelt and GitHub
b9db3567ed
Revert "Revert "nixos/nginx: return nginx config formatter"" ( #525379 )
2026-05-28 23:16:54 +00:00
Fabian Affolter and GitHub
079af5baf5
nuclei-templates: 10.4.3 -> 10.4.4 ( #525337 )
2026-05-28 23:02:40 +00:00
Fabian Affolter and GitHub
cee90fd7d5
python3packages.notifications-python-client: migrate to finalAttrs
2026-05-29 01:02:13 +02:00