Aleksana and GitHub
be1a5b18f6
sleek: don't vendor Cargo.lock ( #408737 )
2025-05-24 21:07:01 +08:00
Niklas Hambüchen and GitHub
d0a08b5026
veroroute: init at 2.39 ( #369345 )
2025-05-24 15:06:01 +02:00
Aleksana and GitHub
1066c4b873
ndstrim: remove workaround ( #409796 )
2025-05-24 21:02:41 +08:00
Ilia and Jan Tojnar
61efce5d05
sublime4-dev: 4196 -> 4199
2025-05-24 14:56:10 +02:00
Ilia and Jan Tojnar
ccb6f5e881
sublime4: 4192 -> 4200
2025-05-24 14:56:10 +02:00
Maximilian Bosch and GitHub
a9e3bbb899
Merge: grafana: 12.0.0 -> 12.0.0+security-01, fixes CVE-2025-4123 & CVE-2025-3580 ( #410132 )
2025-05-24 14:45:50 +02:00
Yohann Boniface and GitHub
38a66616a7
maintainers: add p0lyw0lf ( #410499 )
2025-05-24 14:40:39 +02:00
p0lyw0lf
9f10bba390
maintainers: add p0lyw0lf
2025-05-24 08:35:15 -04:00
Andrew Bruce and Cabia Rangris
631b610af8
klipper: configurable extra Python packages
...
With a view to making a plugin system in the NixOS Klipper module, this
lets us configure Klipper with extra Python packages, required for
plugins like klippain-shaketune.
2025-05-24 14:26:07 +02:00
Gaétan Lepage and GitHub
87f57403be
python3Packages.coiled: 1.95.0 -> 1.96.1 ( #409401 )
2025-05-24 14:18:13 +02:00
Bjørn Forsman
9a4eaf1b61
qownnotes: 25.5.8 -> 25.5.10
...
Implicitly fixes the build, as the 25.5.8 source tarball is missing:
https://github.com/pbek/QOwnNotes/issues/3282
Changelog: https://www.qownnotes.org/changelog.html#_25-5-10
2025-05-24 13:29:13 +02:00
Aleksana and GitHub
72200554df
pcmanfm: 1.3.2 -> 1.4.0 ( #409219 )
2025-05-24 19:26:53 +08:00
Aleksana and GitHub
517b3a8c9f
padthv1: 0.9.23 -> 1.3.2 ( #409179 )
2025-05-24 19:24:49 +08:00
Aleksana and GitHub
bf3c0d487c
wavebox: 10.135.21-2 -> 10.136.15-2 ( #407906 )
2025-05-24 19:20:40 +08:00
Aleksana and GitHub
8187b20dc2
got: 0.111 -> 0.112 ( #409279 )
2025-05-24 19:20:14 +08:00
Aleksana and GitHub
3e570235b0
halo: 2.20.20 -> 2.20.21 ( #409274 )
2025-05-24 19:20:02 +08:00
Aleksana and GitHub
91e057867a
poedit: 3.5.2 -> 3.6.2 ( #406161 )
2025-05-24 19:19:34 +08:00
Aleksana and GitHub
57e3ed2b35
cfn-nag: update gems ( #410170 )
2025-05-24 19:19:15 +08:00
Aleksana and GitHub
8032938d3b
ugrep: 7.4.2 -> 7.4.3 ( #409979 )
2025-05-24 19:17:57 +08:00
Aleksana and GitHub
299c925877
python3Packages.langgraph-checkpoint-postgres: Disable flaky test ( #410341 )
2025-05-24 19:16:58 +08:00
Aleksana and GitHub
4d30a52a38
drawterm: 0-unstable-2025-03-18 -> 0-unstable-2025-05-18 ( #409761 )
2025-05-24 19:15:51 +08:00
Aleksana and GitHub
1783268cc4
OWNERS: add myself to lib/licenses.nix ( #410456 )
2025-05-24 19:13:29 +08:00
Aleksana and GitHub
e95998e654
parabolic: patch executable paths ( #407695 )
2025-05-24 19:04:38 +08:00
K900 and GitHub
828fb28de8
turbovnc: remove zlib reference ( #410479 )
2025-05-24 14:01:26 +03:00
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
Emily
856cb3108a
OWNERS: add myself to lib/licenses.nix
...
As one of the resident Nixpkgs licensing pedants and reviewer of
several recent changes to this file I think it makes sense to make
the de facto the de jure.
2025-05-24 10:22:00 +01: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