2955 Commits

Author SHA1 Message Date
Marcel
f08e8b3ee9 nixos/onlyoffice: add simple test 2025-11-16 15:22:14 +01:00
Sandro
21f23c0247 nixos/clamav: add ClamAV on-access scanner support (#375635) 2025-11-14 16:37:07 +00:00
Sandro
3e2383aa3d nixos/traccar: update module defaults (#459267) 2025-11-13 22:20:24 +00:00
Vladimír Čunát
fcb22af0e5 nixosTests.gnome-xorg: drop
The capability was really dropped in 8fa1c6d44d.
This fixes eval:
  error: Default graphical session, 'gnome-xorg', not found.
  Valid names for 'services.displayManager.defaultSession' are:
    gnome
2025-11-12 20:35:46 +01:00
Vladimír Čunát
c92e61274d staging-nixos merge for 2025-11-12 (#460995) 2025-11-12 18:09:33 +00:00
nixpkgs-ci[bot]
958934fa5a Merge master into staging-next 2025-11-12 12:07:44 +00:00
numinit
2812d58614 nebula-lighthouse-service: init at 2.0.0 (#454855) 2025-11-12 10:56:25 +00:00
Vladimír Čunát
1d8d3da257 Merge branch 'master' into staging-next 2025-11-12 08:29:34 +01:00
Adam C. Stephens
ba01a5e806 nixosTests.lxc: fix lxc test and move to runTestOn (#460219) 2025-11-12 05:37:04 +00:00
Morgan Jones
8f7faf939a nebula-lighthouse-service: review feedback 2025-11-11 21:21:25 -08:00
bloominstrong
d43a689188 nixos/nebula-lighthouse-service: init module 2025-11-11 21:15:27 -08:00
Adam C. Stephens
f77edd59d2 nixosTests.lxc: move to runTestOn 2025-11-11 22:37:06 -05:00
Tim Van Baak
cf07ac9e15 nixos/nebula: add test for reloadable configuration 2025-11-11 14:06:38 -08:00
Tim Van Baak
8fbaea70bd nixos/nebula: move test to subfolder 2025-11-11 14:06:38 -08:00
Grimmauld
28366c6446 linger-users: Fix strict shell checks, fix for mutable users (#363209) 2025-11-10 09:37:32 +00:00
nixpkgs-ci[bot]
026b33902e Merge master into staging-next 2025-11-09 00:19:36 +00:00
K900
00d4ea150f Merge remote-tracking branch 'origin/master' into staging-next 2025-11-08 23:22:31 +03:00
Adam Dinwoodie
e317c4d283 nixosTests: fix evaluation errors
Pass lib to NixOS test functions that need it following 03bb7d8195
(all-packages: do not export lib functions from pkgs, 2025-10-30)
/ #455775.
2025-11-08 20:14:40 +00:00
Adam Dinwoodie
6eb3c6281e tests/systemd-user-linger: test clearing lingering users
Split the existing system-user-linger tests into two: one which tests
lingering is set up for the correct users and only the correct users,
and one which checks that lingering is cleared for users that don't
exist.

This means that the latter test now also ensures the lingering
configuration is handled even if there are no users configured who
should be lingering, where previously such lingering configuration
wouldn't be touched.
2025-11-08 18:16:04 +00:00
Grimmauld
194e14f167 quorum: drop (#459502) 2025-11-08 15:08:46 +00:00
Adam C. Stephens
657a5d81d6 nixos/tests/incus: migrate test suite to runTestOn modules (#401937) 2025-11-08 14:31:23 +00:00
Adam C. Stephens
2c84737d3a nixos/tests/incus: use runTestOn to limit systems, skip VMs aarch64-linux 2025-11-08 09:18:56 -05:00
Adam C. Stephens
099cd0e1fb nixos/tests/incus: present instances as a submodule 2025-11-08 09:18:52 -05:00
Adam C. Stephens
83aa672156 nixos/tests/incus: use child class 2025-11-08 09:18:51 -05:00
Adam C. Stephens
55890046f7 nixos/tests/incus: migrate test suite to runTest modules 2025-11-08 09:18:50 -05:00
nixpkgs-ci[bot]
72a0e639a4 Merge master into staging-next 2025-11-08 07:29:51 +00:00
Sergei Trofimovich
f6871f8d71 h2o.tests: fix the eval
Without the change `h2o.tests` eval fails as:

    $ nix build --no-link -f. h2o.tests
    error:
       … while evaluating the attribute 'h2o'
         at pkgs/by-name/h2/h2o/package.nix:78:36:
           77|   passthru = {
           78|     tests = { inherit (nixosTests) h2o; };
             |                                    ^
           79|   };

       … in the left operand of the update (//) operator
         at pkgs/top-level/all-packages.nix:153:5:
          152|   nixosTests =
          153|     import ../../nixos/tests/all-tests.nix {
             |     ^
          154|       inherit pkgs;

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: undefined variable 'lib'
       at nixos/tests/all-tests.nix:676:44:
          675|   gvisor = runTest ./gvisor.nix;
          676|   h2o = import ./web-servers/h2o { inherit lib runTest; };
             |                                            ^
          677|   hadoop = import ./hadoop {
2025-11-07 21:57:43 +00:00
Tom Hunze
5610524194 nixos/quorum: drop
The quorum package has been broken since October 2024 [1], upstream's
most recent code change was in June 2024 [2], and the project
website [3] returns an error.

[1] https://hydra.nixos.org/build/311786489
[2] https://github.com/Consensys/quorum/commits/master/
[3] https://www.goquorum.com/
2025-11-07 17:21:02 +01:00
Frédéric Christ
ff0c18d4a8 traccar: init integration test 2025-11-06 22:31:32 +01:00
nixpkgs-ci[bot]
26d7981cc8 Merge master into staging-next 2025-11-03 00:17:57 +00:00
Sandro
3e3b73d344 go-csp-collector: init at 0.0.16-unstable-2025-10-10 (#455610) 2025-11-02 22:10:10 +00:00
nixpkgs-ci[bot]
9c7c6cc7ff Merge staging-next into staging 2025-10-31 00:17:58 +00:00
Aliaksandr
03bb7d8195 all-packages: do not export lib functions from pkgs 2025-10-30 22:38:49 +02:00
nixpkgs-ci[bot]
a24a3f0645 Merge staging-next into staging 2025-10-30 18:06:28 +00:00
Wolfgang Walther
c278e24945 {libtransmission_3,transmission_3{,-gtk,-qt,_noSystemd},torrential}: drop (#456060) 2025-10-30 12:35:21 +00:00
K900
45df334930 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-30 12:20:34 +03:00
h7x4
23312527af nixos/sssd: migrate to rfc42-style settings (#448955) 2025-10-29 13:37:22 +00:00
Sandro
cd67a5855d nixos/tests/munge: init (#452983) 2025-10-29 12:21:22 +00:00
Sandro
dba27a656e nixos/tests/sks: init (#452976) 2025-10-29 12:20:47 +00:00
Sandro
0f6252ba15 nixos/tests/svnserve: init (#452950) 2025-10-29 12:10:52 +00:00
Sandro
ec8f8f7c4e nixos/tests/dictd: init (#452862) 2025-10-29 12:01:52 +00:00
Sandro
7e25056b4a nixos/tests/logkeys: init (#453534) 2025-10-29 12:00:42 +00:00
Marcel
acbeb604ce nixos/sssd: migrate to rfc42-style settings 2025-10-29 09:43:34 +01:00
nixpkgs-ci[bot]
b4f640afe7 Merge staging-next into staging 2025-10-29 00:18:17 +00:00
Emily
0c3f4b7d67 {libtransmission_3,transmission_3{,-gtk,-qt,_noSystemd},torrential}: drop
Unmaintained upstream and it’s been a year since we started migrating
to Transmission 4. Let’s not carry networked software from half a
decade ago into 25.11.
2025-10-28 18:14:05 +00:00
Carlos Tomé Cortiñas
ab75be0a25 Refactor tests/agda.nix to support more tests 2025-10-28 18:21:22 +01:00
nixpkgs-ci[bot]
1928476c48 Merge staging-next into staging 2025-10-27 12:08:13 +00:00
Yifei Sun
53b7bada95 nixos/go-csp-collector: init test 2025-10-27 10:37:27 +01:00
Yureka
b1ade37922 Warpgate: init at 0.17.0 (#409821) 2025-10-27 08:17:21 +00:00
Lemon Lam
6753792aff nixos/warpgate: init 2025-10-27 12:37:00 +08:00