K900
05649cdfa5
turbovnc: remove zlib reference
...
It gets picked up by refscan otherwise
2025-05-24 13:52:15 +03:00
Jörg Thalheim and GitHub
5e7e14d395
ci/eval: cleanups, make slightly faster ( #409873 )
2025-05-24 12:45:51 +02:00
1590adfdc5
gildas: 20250401_b -> 20250501_a ( #410201 )
...
Co-authored-by: smaret <sebastien.maret@univ-grenoble-alpes.fr >
2025-05-24 10:45:36 +00:00
Wolfgang Walther
138393e0ba
ci/eval.combine: avoid parsing of plain text file into JSON
...
Instead of parsing a plain text file with jq, we can make nix-env output
JSON directly, which is significantly faster.
This saves about 8 out of 10 seconds for the combine step.
2025-05-24 12:36:15 +02:00
Wolfgang Walther
d87d760dfa
ci/eval.compare: use lib from pinned nixpkgs
...
compare/maintainers.nix needs to access the current checkout to check
attrpaths, but makes the mistake of using lib from that checkout as
well. All other code in ci/ uses the pinned nixpkgs instance, so
maintainers.nix should do so as well.
2025-05-24 12:36:15 +02:00
Wolfgang Walther
eccd9564ab
ci/eval: improve api when calling in steps
...
Previously, `eval.full` organized the results for the supported systems
in a specific layout, i.e. with a folder with one subfolder per system.
Then, `eval.combine` relied on that.
When using `eval.singleSystem` and `eval.combine` directly, the caller
was responsible to recreate the same layout. This is annoying and
error-prone to do, when downloading artifacts from CI to recreate some
steps locally.
With this change, all the artifacts can be downloaded and extracted into
the same folder - because the result from `eval.singleSystem` already
contains the <system-name>/ subfolder.
2025-05-24 12:36:14 +02:00
Wolfgang Walther
82396d1f48
workflows/{codeowners,eval}: move env before run
...
`env` blocks are a bit like `let` blocks in Nix. They define a few
things, which are then used in the `run` block. The workflows are
considerably easier to read, if those definitions come first, making it
crystal clear where they belong and requiring less visual jumping.
2025-05-24 12:36:11 +02:00
Toma and GitHub
202e215081
rstudio: fix .desktop file by properly escaping use of cmake variable ( #410461 )
2025-05-24 12:25:49 +02:00
Jörg Thalheim and GitHub
b29abce2e6
workflows/get-merge-commit: support merge conflicts, run as step in main jobs ( #410430 )
2025-05-24 12:25:02 +02:00
Ramses and GitHub
10b6dbe0f1
cubeb: add myself to maintainers and make more cusomizable, signal-desktop.ringrtc: use cubeb from nixpkgs ( #408510 )
2025-05-24 12:07:04 +02:00
Weijia Wang and GitHub
2d9d922a9a
python3Packages.ansible: 11.4.0 -> 11.5.0 ( #404831 )
2025-05-24 11:58:52 +02:00
TomaSajt
a22a61f6bc
rstudio: fix .desktop file by properly escaping use of cmake variable
2025-05-24 11:53:40 +02:00
Thiago Kenji Okada and GitHub
983cf6cee8
libretro.genesis-plus-gx: 0-unstable-2025-05-02 -> 0-unstable-2025-05-23 ( #410348 )
2025-05-24 10:48:08 +01:00
Ramses and GitHub
ca911a72ad
wl-gammarelay-rs: 1.0.0 -> 1.0.1 ( #397501 )
2025-05-24 11:44:34 +02:00
Weijia Wang and GitHub
5cfc4245bf
python3Packages.pymdown-extensions: 10.14.3 -> 10.15 ( #403949 )
2025-05-24 11:17:17 +02:00
Wolfgang Walther and GitHub
8a4822e194
ISSUE_TEMPLATES: update releases following 25.11's branch-off ( #407705 )
2025-05-24 09:15:05 +00:00
Florian Klink and GitHub
947c8cc99e
nixosTests.mycelium: make less flaky ( #410450 )
2025-05-24 12:09:46 +03:00
Weijia Wang and GitHub
ca4a90d7bc
python3Packages.ase: 3.24.0 -> 3.25.0 ( #403937 )
2025-05-24 11:03:17 +02:00
Florian Klink
bb05bee4e5
nixosTests.mycelium: make less flaky
...
We immediately expected for the other peer to be available in the peer
list, right after startup, but that's racy.
Instead try the pinging multiple times until it succeeds (max 10 times),
then check the list of peers for completion.
2025-05-24 11:59:35 +03:00
Weijia Wang and GitHub
f6265a58c7
python3Packages.aiomisc: 17.7.3 -> 17.7.7 ( #403843 )
2025-05-24 10:58:06 +02:00
Gaétan Lepage and GitHub
f593188ca9
uv: 0.7.7 -> 0.7.8 ( #410392 )
2025-05-24 10:43:26 +02:00
Weijia Wang and GitHub
1dac8a8d5a
python3Packages.dash: 3.0.3 -> 3.0.4 ( #403817 )
2025-05-24 10:43:02 +02:00
Arne Keller and GitHub
499104e7db
README.md: fix NixOS logo ( #410312 )
2025-05-24 10:35:27 +02:00
Weijia Wang and GitHub
ca172c53fe
python3Packages.rdflib: 7.1.3 -> 7.1.4 ( #404634 )
2025-05-24 10:34:05 +02:00
c12a81f751
cue: 0.12.1 -> 0.13.0 ( #409891 )
...
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com >
2025-05-24 08:33:38 +00:00
0a24a516f8
nakama: 3.26.0 -> 3.27.1 ( #410321 )
...
Co-authored-by: qxrein <manavrj.07@gmail.com >
2025-05-24 08:26:23 +00:00
Weijia Wang and GitHub
9e4832e691
python3Packages.google-auth-oauthlib: 1.2.1 -> 1.2.2 ( #404661 )
2025-05-24 10:21:40 +02:00
Gaétan Lepage and GitHub
c3ee76c437
nix-search-tv: 2.1.6 -> 2.1.7 ( #410438 )
2025-05-24 10:19:15 +02:00
Weijia Wang and GitHub
9e2ef36802
python3Packages.ansible-core: 2.18.4 -> 2.18.6 ( #404800 )
2025-05-24 10:19:05 +02:00
Florian Klink and GitHub
66d2123b11
mycelium: 0.6.0 -> 0.6.1 ( #410367 )
2025-05-24 11:09:34 +03:00
Florian Klink and GitHub
6ecc26e123
nixos/gerrit: Pin Java version to 21 ( #410340 )
2025-05-24 11:06:17 +03:00
R. Ryantm
aee81dfd37
nix-search-tv: 2.1.6 -> 2.1.7
2025-05-24 07:56:53 +00:00
Arne Keller and GitHub
2b2f7278d7
museum: copy web-templates to output ( #410353 )
2025-05-24 09:49:13 +02:00
Wolfgang Walther and GitHub
f68e717ff8
workflows/backport: avoid retriggering workflows after adding "has: port to stable" label ( #410099 )
2025-05-24 07:29:53 +00:00
R. Ryantm and Masum Reza
ada0f1fb28
vscode-extensions.ms-ceintl.vscode-language-pack-fr: 1.99.2025041609 -> 1.100.2025051409
2025-05-24 12:57:22 +05:30
R. Ryantm and Masum Reza
edc314c9c9
vscode-extensions.scalameta.metals: 1.50.0 -> 1.51.0
2025-05-24 12:56:54 +05:30
Michele Guerini Rocco and GitHub
8478792697
btfs: 2.24 -> 3.1 ( #409506 )
2025-05-24 09:18:45 +02:00
Aleksana and GitHub
5172b6a94b
upnp-router-control: 0.3.4 -> 0.3.5 ( #409557 )
2025-05-24 15:10:23 +08:00
Gaétan Lepage and GitHub
5bff8f4c86
[python312Packages.]onnxruntime: 1.21.0 -> 1.22.0 ( #409347 )
2025-05-24 09:08:28 +02:00
Christina Sørensen and GitHub
c13fa58b91
guix: Fix guile-ssh dependency for daemon offload ( #408558 )
2025-05-24 08:04:59 +01:00
Aleksana and GitHub
dae4c16674
dust: enable tests, modernize, adopt ( #410212 )
2025-05-24 15:03:54 +08:00
Aleksana and GitHub
d425a551a4
treewide: use finalAttrs pattern on a subset of packages ( #410016 )
2025-05-24 14:56:33 +08:00
Aleksana and GitHub
0191ef9253
nixos/clash-verge: harden systemd service; nixos/clash-verge: readd tunMode ( #402545 )
2025-05-24 14:54:33 +08:00
jopejoe1 and GitHub
919cb06a68
python3Packages.notobuilder: 0-unstable-2025-04-28 -> 0-unstable-2025-05-20 ( #410396 )
2025-05-24 08:48:31 +02:00
ab312e9498
dwlb: 0-unstable-2025-05-05 -> 0-unstable-2025-05-20 ( #409252 )
...
Co-authored-by: Bot-wxt1221 <3264117476@qq.com >
2025-05-24 06:19:14 +00:00
7e2441bf27
openlinkhub: 0.5.4 -> 0.5.6 ( #409992 )
...
Co-authored-by: Bot-wxt1221 <3264117476@qq.com >
2025-05-24 06:18:49 +00:00
R. Ryantm and Bjørn Forsman
59dff5cf0a
terminator: 2.1.4 -> 2.1.5
2025-05-24 07:23:56 +02:00
Pol Dellaiera and GitHub
70f8230558
python3Packages.docling-serve: 0.10.1 -> 0.11.0 ( #410363 )
2025-05-24 05:18:52 +00:00
Bobby Rong and GitHub
6b5d11b53c
xdg-desktop-portal-xapp: 1.1.0 -> 1.1.1 ( #409595 )
2025-05-24 11:49:03 +08:00
R. Ryantm
d948f92ed3
python3Packages.notobuilder: 0-unstable-2025-04-28 -> 0-unstable-2025-05-20
2025-05-24 03:42:48 +00:00