Gutyina Gergő
b8af95f4cf
nixos/n8n: allow unfree in test
2025-05-30 11:46:23 +05:30
John Titor
202780360b
nixosTest.lact: init
...
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-30 03:43:04 +05:30
Florian Klink
2d03d70e9d
nixos/systemd-stage-1: follow systemd /run propagation ( #405687 )
2025-05-29 12:21:50 +03:00
Emil Thorsoe
b7f21582d0
nixos/terminfo: ignore packages with incompatible platforms in all-terminfo test
2025-05-29 10:59:02 +03:00
Nick Cao
a09d6bc43d
stratisd: 3.7.3 -> 3.8.0 ( #389415 )
2025-05-28 20:41:48 -04:00
Franz Pletz
7e9accc2a7
mediamtx: 1.12.2 -> 1.12.3 ( #411557 )
2025-05-29 00:54:53 +02:00
Yt
6486d2e63a
lauti.tests: fix the eval ( #411823 )
2025-05-28 18:31:10 -04:00
Lukas Wurzinger
96ec055edb
nixos/filebrowser: init module
2025-05-29 00:54:49 +05:30
Ilan Joselevich
7b3486bdc3
nixos/kanidm: merge recursively with extraJsonFile ( #411439 )
2025-05-29 01:14:00 +07:00
Sergei Trofimovich
342c8ac9ec
lauti.tests: fix the eval
...
After a rename of the attribute the test references were fixed, but not
the test itself. This caused eval failures like:
$ nix build --no-link -f. lauti.tests
error:
… while evaluating the attribute 'lauti'
at pkgs/by-name/la/lauti/package.nix:45:26:
44| passthru.tests = {
45| inherit (nixosTests) lauti;
| ^
46| };
THe change renames the test as well.
2025-05-28 18:42:34 +01:00
Peter Marshall
dd15d6c248
nixos/tests/systemd-initrd-credentials: init
2025-05-28 13:20:23 -04:00
Robert Hensing
99db54d11c
nixosTests: fix eval ( #411634 )
2025-05-28 16:16:49 +02:00
hand7s
c464c44a42
nixos/gnome & nixos/gdm: move out of x11
...
Since DEs like KDE Plasma 6, GNOME and COSMIC are not designed to be X11-exclusive, putting them under `services.xserver` is misleading. In particular, GNOME defaults to Wayland these days and X11 support is going to be dropped in near future.
Let’s follow Plasma and move GNOME NixOS options out of `xserver` attribute.
This patch does not include any changes to X11 support itself.
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-28 13:27:36 +02:00
Peder Bergebakken Sundt
f4fec9cf42
cryptpad: fix broken symlink that renders cryptpad unusable ( #410514 )
2025-05-28 12:40:50 +02:00
Franz Pletz
b877d063fb
nixos/tests/mediamtx: make more robust
2025-05-28 09:55:14 +02:00
Sizhe Zhao
fb24b403c1
nixosTests: fix eval
2025-05-28 15:08:32 +08:00
Dominique Martinet
18ca00d03e
nixos/cryptpad: add selenium test
...
This catches more errors than just the curl test we had previously, e.g.
it catches 404 on tweetnacl fixed by the following commit
Link: https://github.com/NixOS/nixpkgs/issues/404114#issuecomment-2906588917
2025-05-28 12:19:23 +09:00
Cosima Neidahl
67b2951930
lomiri.lomiri-music-app: 3.2.2 -> 3.3.0 ( #407331 )
2025-05-27 22:47:52 +02:00
Ilan Joselevich
3b6b50dfad
nixos/kanidm: merge recursively with extraJsonFile
...
Previously, if you set group memberships in both locations, they will
get replaced by the ones in extraJsonFile, which is unexpected as it
kicks users from the group. Now the state files get merged recursively,
including the arrays.
2025-05-27 23:44:44 +03:00
Robert Hensing
6041b78d8b
nixosTests.containers-imperative: Fix eval
2025-05-27 16:29:43 +02:00
Robert Hensing
d09d8ce195
nixosTests.login: Fix eval
2025-05-27 16:29:43 +02:00
Robert Hensing
d5226c89f1
nixosTests: handleTest -> runTest, batch 1 ( #410569 )
2025-05-27 15:33:37 +02:00
Peder Bergebakken Sundt
01a4aa202c
shadps4: 0.7.0 -> 0.9.0 ( #402418 )
2025-05-27 11:00:15 +02:00
Sizhe Zhao
f34483be5e
nixosTests: handleTest -> runTest, batch 1
...
Reference: https://github.com/NixOS/nixpkgs/issues/386873
2025-05-26 20:40:17 +08:00
Martin Weinelt
8244db9056
nixos/prowlarr: use DynamicUser again, configure bind mount ( #410531 )
2025-05-26 13:53:00 +02:00
Anton Mosich
f782cd6e3b
nixos/mealie: fix test
...
`simple` was never defined, I assume that this was supposed to be
`sqlite`.
2025-05-26 11:57:23 +02:00
John Titor
ad331efcaf
nixos/qemu-vm: useBootPartition -> useBIOSBoot
...
useBootPartition was ambiguous, this makes the option more like useEFIBoot
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
sanana
c156a809e3
nixosTests.limine.bios: init
...
This patch adds a NixOS test for Limine on BIOS systems. It also fixes
some formatting in `nixos/lib/make-disk-image.nix`.
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
Corey O'Connor
57263c6cb4
jenkins: remove coconnor as maintainer
...
I no longer use jenkins at all.
2025-05-26 04:53:18 +00:00
Aleksana
5e237c4682
nixos.tests.pam-file-contents: fix build failure ( #408952 )
2025-05-26 11:05:52 +08:00
OPNA2608
4e3b940de0
nixosTests.lomiri-music-app: Optimise OCR
2025-05-25 17:28:59 +02:00
Marie Ramlow
71d5f0f591
nixos/tests/prowlarr: add subtest for dataDir migration
2025-05-25 16:48:37 +02:00
Cosima Neidahl
4aad1fb92c
lomiri.lomiri-mediaplayer-app: 1.1.0 -> 1.1.1 ( #407291 )
2025-05-25 13:50:01 +02:00
Ryan Omasta
15a6e88a3a
shadps4: use eboot.bin instead
2025-05-24 17:04:27 -06:00
OPNA2608
813189a99f
nixosTests.lomiri-mediaplayer-app: Optimise OCR
2025-05-25 00:27:38 +02:00
Cosima Neidahl
2652ab6ef9
lomiri.lomiri-calculator-app: 4.0.2 -> 4.1.0 ( #407159 )
2025-05-24 22:46:11 +02:00
Martin Weinelt
c49cc6a396
nixos/lasuite-docs: init ( #401798 )
2025-05-24 18:43:49 +02:00
soyouzpanda
fd7cdab61f
nixos/tests/lasuite-docs: init
2025-05-24 18:27:41 +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
Niklas Hambüchen
79d99fd96f
turbovnc: 3.1.4 -> 3.2 ( #410000 )
2025-05-24 00:32:36 +02:00
Philip Taron
063f43f2db
zoom-us: allow to select xdg-desktop-portal packages ( #403064 )
2025-05-23 11:48:26 -07:00
Yarny0
3d01f3bfe8
nixos/tests: simple zoom-us test to verify the module
2025-05-23 17:35:30 +02:00
Philip Taron
d2860c9744
limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers, add johnrtitor ( #410094 )
2025-05-23 08:26:15 -07:00
Cosima Neidahl
e3cd6f5daf
lomiri.lomiri-filemanager-app: 1.1.3 -> 1.1.4 ( #407177 )
2025-05-23 13:25:34 +02:00
OPNA2608
e8a1053857
nixosTests.lomiri-calculator-app: Optimise for OfBorg
...
- Add long sleep before sending math question, to give math library time to load
Ideally, we would modify the app to emit a log message when it's actually ready to accept math questions?
2025-05-23 13:18:09 +02:00
OPNA2608
cf3d7c55ba
nixosTests.lomiri-calculator-app: Fix OCR
2025-05-23 13:04:18 +02:00
John Titor
88d5e40fcb
limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers
...
also adds @programmerlexi to limine package maintainers
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-23 15:06:50 +05:30
Niklas Hambüchen
e1a5818d48
nixosTests.turbovnc-headless-server: Remove expected-failing test.
...
It doesn't fail as expected anymore because
`LIBGL_DRIVERS_PATH` was removed in Mesa 24.2,
and apparently there's no replacement for it:
https://github.com/NixOS/nixpkgs/issues/328923
Given that it was removed, and
https://www.phoronix.com/news/Mesa-24.2-Modern-Interfaces
and
https://www.supergoodcode.com/long-road-to-DRIL/
saying that removes the problem it originally caused
(also for us), this test is probably superfluous
because the thing it guards against is gone.
2025-05-23 02:34:17 +00:00
programmerlexi
771d70fb47
nixos/limine: add test for specialisations
2025-05-22 23:09:50 +05:30
K900
059f376f89
opencloud: init at 2.3.0 ( #404891 )
2025-05-21 20:36:00 +03:00