1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 11:36:29 +03:00
Commit graph

11033 commits

Author SHA1 Message Date
a-kenji
47b5578366 nixos/all-tests: Fix typo 2025-04-06 11:32:43 -07:00
nixpkgs-ci[bot]
a7e995024f
Merge staging-next into staging 2025-04-06 18:04:46 +00:00
nixpkgs-ci[bot]
4c9d1fab5f
Merge master into staging-next 2025-04-06 18:04:14 +00:00
Justinas Stankevicius
7757648f82 nixos/agnos: init 2025-04-06 19:53:26 +03:00
Pol Dellaiera
81e3810967
treewide: remove azahi from maintainers (#396543) 2025-04-06 16:06:24 +02:00
azahi
5f25aceff5
treewide: remove azahi from maintainers 2025-04-06 15:09:19 +03:00
nixpkgs-ci[bot]
aa769daf67
Merge staging-next into staging 2025-04-06 10:40:51 +00:00
nixpkgs-ci[bot]
9760071a02
Merge master into staging-next 2025-04-06 10:40:20 +00:00
Pol Dellaiera
4cbd6215c0
nixosTests.atop: migrate to runTest (#396382) 2025-04-06 12:25:17 +02:00
K900
05bc93a58a Merge remote-tracking branch 'origin/master' into staging-next 2025-04-06 11:20:16 +03:00
Doron Behar
342589fe02
nixos/taskchampion-sync-server: fix start failure (#396478) 2025-04-06 08:47:52 +03:00
municorn
badd9d1a70
nixos/taskchampion-sync-server: add host option, fix ExecStart
fixes the command line arguments for taskchampion-sync-server, also adding a new `host` option. fixes the corresponding test as well.
2025-04-05 22:09:44 -06:00
Will Fancher
afdd737c95 nixos/tests: Fix systemd-shutdown
Since 459ddaec26, stdout of PID 1
and children such as systemd generators and systemd-shutdown scripts
goes to `tty0` instead of `ttyS0`. This is because systemd's stdout is
`/dev/console`, which represents only one tty at a time, as explained
here: https://docs.kernel.org/admin-guide/serial-console.html

The reason PID 1's own output makes it to both consoles is because
it uses kmsg as its log target both before journald has started and
once the `systemd-shutdown` executable takes control. Unlike
`/dev/console`, kmsg output makes it to one console *of each type*,
i.e. one VT and one serial console.
2025-04-05 23:29:14 -04:00
nixpkgs-ci[bot]
5c0edef29f
Merge staging-next into staging 2025-04-06 00:17:25 +00:00
6543
cac3bdab21
nixos/services.mysql: add galera cluster options (#388978)
And add release notes for new option.

Co-authored-by: Arne Keller <arne.keller@posteo.de>
2025-04-06 00:26:06 +02:00
Jonathan Davies
4fd8bff9d8
nixos/kafka: Added mirrormaker testcase 2025-04-05 23:18:44 +01:00
Jonathan Davies
fcaf5c3cac
nixos/kafka: Added cluster testcase 2025-04-05 23:18:42 +01:00
Jonathan Davies
92840dbee7
nixos/kafka: Moved existing test to subdirectory 2025-04-05 23:18:28 +01:00
K900
5e55028d84 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-05 21:29:35 +03:00
Wolfgang Walther
dd5fd6cc22
postgresql: always build with JIT enabled
This changes the build to always enable JIT - but to only enable it at
run-time, when required. This keeps the runtime closure small without
JIT, but allows enabling it without a rebuild. We can do this, because
JIT is actually built as a shared module, which is loaded at run-time.
We put it into a -jit output and only link it into the environment when
requested.

Under the hood, this uses withPackages and adds the "JIT package" -
thus, to be able to use withPackages on top of that, we also need to be
able to apply withPackages repeatedly.

This cuts down the number of NixOS tests in half, because we don't need
to run it for every version with and without JIT anymore. There really
is no point in running everything with llvmjit.so in place, when the
queries are not making use of it anyway.

Also, we only need to build each extension once and not twice, further
reducing the number of rebuilds required for PRs touching postgresql.
2025-04-05 20:00:13 +02:00
Piotr Kwiecinski
9cb379134c
nixosTests.atop: migrate to runTest
Part of #386873
2025-04-05 18:56:33 +02:00
Piotr Kwiecinski
38d86e4725
nixosTests.calibre-server: migrate to runTest
Part of #386873
2025-04-05 18:35:52 +02:00
Piotr Kwiecinski
0aa6ecb083
nixosTests.calibre-web: migrate to runTest
Part of #386873
2025-04-05 18:29:55 +02:00
Piotr Kwiecinski
48232ce3d8
nixosTests.wastebin: migrate to runTest
Part of #386873
2025-04-05 18:17:28 +02:00
Pol Dellaiera
ceb8b4a5f9
nixosTests.gerrit: Migrate to runTest (#396222) 2025-04-05 18:13:33 +02:00
Pol Dellaiera
fb6689ba1c
nixosTests.mumble: Migrate to runTest (#396240) 2025-04-05 18:13:19 +02:00
Pol Dellaiera
9b3330b484
nixosTests.mailpit: migrate to runTest (#396141) 2025-04-05 16:14:04 +02:00
Pol Dellaiera
fd715c7122
nixosTests.github-runner: migrate to runTest (#396133) 2025-04-05 16:13:34 +02:00
Pol Dellaiera
e845d3c4ef
nixosTests.kimai: migrate to runTest (#396132) 2025-04-05 16:13:12 +02:00
Pol Dellaiera
44385c96be
nixosTests.gnome: migrate to runTest (#396098) 2025-04-05 16:12:45 +02:00
Cassie Cheung
cadf4cfc83
nixos/anubis: init module 2025-04-05 21:48:39 +08:00
Wolfgang Walther
cd972edfe4
postgresqlJitPackages.plv8: unbreak
This was originally marked as broken, because plv8 hardcoded gcc in its
Makefile. This has been resolved upstream in the meantime, so it builds
fine.
2025-04-05 13:41:30 +02:00
Felix Singer
b911a6122b nixosTests.mumble: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 10:02:19 +02:00
Felix Singer
9ef0e4580e nixosTests.gerrit: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 09:12:20 +02:00
Martin Weinelt
fe08c5ad19
home-assistant: 2025.3.4 -> 2025.4.0 (#395618) 2025-04-05 06:17:50 +02:00
Martin Weinelt
c829a6d7ce
nixos/tests/home-assistant: update for 2025.4.0
Remove the shelly component, as it now has a dependency on a bluetooth
setup, which is not easy to provide in the test environment. Enabling
`hardware.bluetooth.enable` is insufficient.

Turn up the loglevel to `debug`, so we can still see which integrations
get set up. This is used for for checking whether all our ways of setting
up integrations still work.
2025-04-05 04:26:34 +02:00
nixpkgs-ci[bot]
1cb902e7f0
Merge master into staging-next 2025-04-05 00:15:16 +00:00
Piotr Kwiecinski
6b63b4a2f5
nixosTests.mailpit: migrate to runTest
Part of #386873
2025-04-05 00:50:41 +02:00
Piotr Kwiecinski
754a229d74
nixosTests.github-runner: migrate to runTest
Part of #386873
2025-04-05 00:01:55 +02:00
Piotr Kwiecinski
e9a7bc917c
nixosTests.kimai: migrate to runTest
Part of #386873
2025-04-04 23:56:15 +02:00
Adam C. Stephens
017583d659
incus: build and expose documentation (#395767) 2025-04-04 17:41:33 -04:00
Pol Dellaiera
b7c12d6b28
nixosTests.homepage-dashboard: migrate to runTest (#396104) 2025-04-04 23:16:35 +02:00
Pol Dellaiera
781d3863a4
nixosTests.bind: migrate to runTest (#396097) 2025-04-04 23:16:18 +02:00
Pol Dellaiera
394e841208
nixosTests.cgit: migrate to runTest (#396099) 2025-04-04 23:15:57 +02:00
Piotr Kwiecinski
8fbb437033
nixosTests.homepage-dashboard: migrate to runTest
Part of #386873
2025-04-04 21:16:05 +02:00
Piotr Kwiecinski
33f2784b7c
nixosTests.cgit: migrate to runTest
Part of #386873
2025-04-04 21:08:27 +02:00
Piotr Kwiecinski
c643fa9615
nixosTests.gnome: migrate to runTest
Part of #386873
2025-04-04 21:03:57 +02:00
Piotr Kwiecinski
10de31a04d
nixosTests.bind: migrate to runTest
Part of #386873
2025-04-04 20:57:18 +02:00
Piotr Kwiecinski
92d438cec9
nixosTests.moodle: migrate to runTest
Part of #386873
2025-04-04 20:49:57 +02:00
jade
fd5897d393
lixPackageSets.lix_2_92: init (#393444) 2025-04-04 11:31:04 -07:00