Commit Graph
969372 Commits
Author SHA1 Message Date
Pol DellaieraandGitHub 25999c19a1 python3Packages.langgraph: 1.1.2 -> 1.1.3 (#503197) 2026-03-25 06:46:31 +00:00
Pol DellaieraandGitHub 63c3c8347e uv: 0.11.0 -> 0.11.1 (#503236) 2026-03-25 06:45:42 +00:00
Pol DellaieraandGitHub 3ecbd25908 python3Packages.lastversion: 3.6.9 -> 3.6.10 (#503246) 2026-03-25 06:45:09 +00:00
nixpkgs-ci[bot]andGitHub d283870720 cargo-lock: 11.0.0 -> 11.0.1 (#503203) 2026-03-25 06:42:39 +00:00
K900andGitHub 29cbedc488 nixos/qbittorrent: just copy the config file in ourselves (#503269) 2026-03-25 06:36:49 +00:00
K900 e1e711ec17 nixos/qbittorrent: just copy the config file in ourselves
tmpfiles won't replace existing files, so we have to DIY it.

Fixes #503103.
2026-03-25 09:30:39 +03:00
nixpkgs-ci[bot]andGitHub 75cff34fdd wgsl-analyzer: 2025-11-14 -> 2026-03-13 (#503116) 2026-03-25 06:12:59 +00:00
nixpkgs-ci[bot]andGitHub d006d31db8 kubo: 0.39.0 -> 0.40.1 (#497266) 2026-03-25 06:12:53 +00:00
Sizhe ZhaoandGitHub 563246fc8b code-cursor: 2.6.20 -> 2.6.21 (#502947) 2026-03-25 06:00:59 +00:00
Emily TrauandGitHub 282d278d99 halloy: 2026.4 -> 2026.5 (#502763) 2026-03-25 05:20:44 +00:00
Heitor AugustoandGitHub 1cc0444f40 steel: 0-unstable-2026-02-12 -> 0.8.2 (#502866) 2026-03-25 05:08:31 +00:00
Sizhe ZhaoandGitHub bdd0b60b21 nixos/firewalld: convert bool settings to yes/no (#502926) 2026-03-25 04:07:20 +00:00
R. Ryantm 187386d4ec python3Packages.lastversion: 3.6.9 -> 3.6.10 2026-03-25 03:49:31 +00:00
InfinidogeandGitHub 72863bd081 dolphin-emu: 2603 -> 2603a (#503241) 2026-03-25 03:42:40 +00:00
nixpkgs-ci[bot]andGitHub 94c75554e3 mirrord: 3.193.0 -> 3.194.0 (#503083) 2026-03-25 03:32:28 +00:00
TheShadowEevee a1d831ee98 dolphin-emu: 2603 -> 2603a 2026-03-24 23:29:39 -04:00
Philip TaronandGitHub 8264ad1ade nixos/virtualization/ec2: add IPv6 IMDS fetch capability (#476897) 2026-03-25 03:18:27 +00:00
kirillrdyandGitHub 23e0843f47 python3Packages.pglive: relax pyqtgraph (#503232) 2026-03-25 03:11:12 +00:00
Yohann BonifaceandGitHub 3aaef085ea libtas: fix gcc15 build (#500370) 2026-03-25 03:03:47 +00:00
Sizhe Zhao 4852eb87ca uv: 0.11.0 -> 0.11.1 2026-03-25 11:01:32 +08:00
Yohann BonifaceandGitHub 596f8d4ed2 ardopc: fix build with gcc 15 (#500958) 2026-03-25 02:53:45 +00:00
fsagbuya c1ea640229 python3Packages.pglive: relax pyqtgraph 2026-03-25 10:50:38 +08:00
YtandGitHub 62217f7b1d python3Packages.xformers: 0.0.30 -> 0.0.35 (#502963) 2026-03-25 02:39:38 +00:00
azban ce55533b71 steel: 0-unstable-2026-02-12 -> 0.8.2 2026-03-24 20:38:16 -06:00
Yohann BonifaceandGitHub e6ebc81ebf rasm: 3.0.8 -> 3.0.9 (#503222) 2026-03-25 02:27:12 +00:00
Austin HorstmanandGitHub 972111dc54 catppuccin: unstable-2025-10-07 -> 0-unstable-2026-03-24 (#503115) 2026-03-25 02:14:08 +00:00
R. Ryantm 189ca8e78b rasm: 3.0.8 -> 3.0.9 2026-03-25 02:08:55 +00:00
Nick CaoandGitHub 344eacdd1e vscode-extensions.nomicfoundation.hardhat-solidity: 0.8.28 -> 0.8.29 (#503096) 2026-03-25 02:00:27 +00:00
Philip Taron cfaddae84d nixosTests: fix writeText warning when userData is null
makeEc2Test's userData parameter is required but image-contents.nix
passes null, triggering a deprecation warning from writeText. Make
userData optional (defaulting to null) and create an empty user-data
file when it's not provided.
2026-03-24 18:40:48 -07:00
Philip Taron 7e454277c3 openstack-image: use pkgs.stdenv.hostPlatform.system instead of deprecated pkgs.system
pkgs.system is a deprecated alias that doesn't exist when
allowAliases = false, causing evaluation failures in nixpkgs-review.
2026-03-24 18:40:48 -07:00
Philip Taron a35e3e9777 nixosTests.ec2-image: fix systemd start-limit-hit in decompression tests
The decompression subtests restart fetch-ec2-metadata multiple times
in quick succession, hitting systemd's rate limiter. Reset the failure
counter before each restart.
2026-03-24 18:40:48 -07:00
Philip Taron aa80ef70bb nixosTests.openstack-image: fix hardcoded image filename
The test hardcoded "/nixos.qcow2" but the actual output filename
is derived from image.baseName and image.extension (e.g.
"nixos-image-...-x86_64-linux.qcow2"). Use image.fileName to get
the correct path, matching the pattern in ec2-image.nix.

Also make the IMDS server's token validation conditional: when no
token file exists in the metadata directory, requests are served
without authentication. This supports both EC2 (IMDSv2 with tokens)
and OpenStack (plain GET) metadata fetchers.
2026-03-24 18:40:48 -07:00
Yohann BonifaceandGitHub a8526804aa pyspread: fix, adopt, modernize (#466075) 2026-03-25 01:13:28 +00:00
dotlambdaandGitHub 9dc8df359b python3Packages.pysaunum: init at 0.5.0 (#494463) 2026-03-25 01:10:50 +00:00
Fernando RodriguesandGitHub 98579cd260 grub2,grub2_{efi,ieee1275,light,pvgrub_image,xen,xen_pvh}: migrate to by-name (#502332) 2026-03-25 01:09:32 +00:00
MerikeiandSigmanificient dbeb746d55 pyspread: fix dependencies
Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
2026-03-25 02:07:17 +01:00
Sigmanificient ef0107e328 pyspead: modernize 2026-03-25 02:03:23 +01:00
Michael DanielsandGitHub 653fc364d3 sgx-psw: 2.25 -> 2.27; sgx-azure-dcap-client: 1.12.3 -> 1.13.0-pre0; nixos/aesmd: unbreak; sgx-sdk: drop (#489368) 2026-03-25 00:57:46 +00:00
Sigmanificient 6049787a7b pyspread: add merikei to maintainers 2026-03-25 01:52:35 +01:00
R. Ryantm e2b1ae52ce cargo-lock: 11.0.0 -> 11.0.1 2026-03-25 00:34:12 +00:00
Gaétan LepageandGitHub 52a8133642 python3Packages.jax: 0.8.2 -> 0.9.2 (#482118) 2026-03-25 00:29:57 +00:00
Naïm Camille FavierandGitHub 67a9f0aedd agda: skip eval errors in allPackages (#502548) 2026-03-25 00:29:13 +00:00
MerikeiandSigmanificient 5df6a1bd2f maintainers: add Merikei 2026-03-25 01:23:42 +01:00
Gaétan LepageandGitHub 5185983560 python3Packages.pycrdt: 0.12.49 -> 0.12.50 (#503178) 2026-03-25 00:14:45 +00:00
Gaétan LepageandGitHub 623a0228b1 liteparse: init at 1.2.0 (#503172) 2026-03-25 00:06:05 +00:00
SomeoneandGitHub faab353a22 nix-required-mounts: use toFile instead of passAsFile (#502719) 2026-03-25 00:05:29 +00:00
Gaétan LepageandGitHub 5e5bf94d69 ty: 0.0.24 -> 0.0.25 (#503192) 2026-03-25 00:02:52 +00:00
daspk04 ffe209c20b liteparse: init at 1.2.0 2026-03-24 18:52:48 -05:00
Gaetan Lepage d2dcbe90b8 python3Packages.xformers: 0.0.30 -> 0.0.35
Diff: https://github.com/facebookresearch/xformers/compare/v0.0.30...v0.0.35

Changelog: https://github.com/facebookresearch/xformers/blob/0.0.35/CHANGELOG.md
2026-03-25 00:49:08 +01:00
Gaetan Lepage 38cc1f1861 python3Packages.bambi: fix broken test 2026-03-24 23:45:52 +00:00