Commit graph

2912 commits

Author SHA1 Message Date
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
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
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
Sandro 3e3b73d344
go-csp-collector: init at 0.0.16-unstable-2025-10-10 (#455610) 2025-11-02 22:10:10 +00:00
Aliaksandr 03bb7d8195
all-packages: do not export lib functions from pkgs 2025-10-30 22:38:49 +02:00
Wolfgang Walther c278e24945
{libtransmission_3,transmission_3{,-gtk,-qt,_noSystemd},torrential}: drop (#456060) 2025-10-30 12:35:21 +00: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
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
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
superherointj 68768c9564 etcd: refactor tests for all versions 2025-10-25 12:49:38 -03:00
dotlambda 63d9f002dd
nixos/immich: reindex VectorChord indexes on update (#455315) 2025-10-25 03:20:10 +00:00
Diogo Correia 007307973c
nixos/tests/immich-vectorchord-reindex: init 2025-10-25 01:45:40 +01:00
Sandro d818453c94
nixos/rsync: init module (#403759) 2025-10-24 21:52:14 +00:00
Sergei Trofimovich c3d3ec654c nixosTests.nixseparatedebuginfod: remove
Without the change the attribute refers to deleted file:

    + nix build --no-link -f. nixosTests.nixseparatedebuginfod
    error:
       error: path 'nixos/tests/nixseparatedebuginfod.nix' does not exist
2025-10-24 18:35:24 +01:00
Lukas Wurzinger e33798277b
nixos/rsync: init module 2025-10-22 20:48:35 +02:00
h7x4 c7e3e45467
nixos/tests/beszel: init 2025-10-21 22:44:49 +02:00
h7x4 6badac486f
nixos/tests/logkeys: init 2025-10-19 22:21:55 +09:00
Wolfgang Walther 120aaed506
nixos/tests/hoogle: init (#453019) 2025-10-19 10:51:36 +00:00
h7x4 5f36e60ee8
nixos/tests/hoogle: init 2025-10-18 04:18:33 +09:00
h7x4 43b3ad8ff8
nixos/tests/munge: init 2025-10-18 01:57:45 +09:00
h7x4 993f4cdecc
nixos/tests/sks: init 2025-10-18 01:35:14 +09:00
Maximilian Bosch a1c24d0868
filesender: remove
This depends on `simplesamlphp` which is one major version behind, was
packaged in an outdated version from the beginning and is known
vulnerable in nixpkgs. As a result, I decided to remove simplesamlphp
and all its reverse dependencies.
2025-10-17 17:49:01 +02:00
h7x4 635fa3d7ee
nixos/tests/svnserve: init 2025-10-17 23:41:50 +09:00
h7x4 b5b6abac33
nixos/tests/dictd: init 2025-10-17 17:36:32 +09:00
Connor Baker c86b434e0f
Introduce kernelPackagesExtensions (#448069) 2025-10-16 22:40:56 +00:00
Diogo Correia 9569752c0a
nixos/tests/pairdrop: init 2025-10-16 10:23:25 +01:00
nixpkgs-ci[bot] b5e07c9754
Merge master into staging-nixos 2025-10-14 18:07:18 +00:00
transcaffeine ca9406a250
netbox_4_1: remove 2025-10-14 17:47:01 +02:00
nixpkgs-ci[bot] faa46a066c
Merge master into staging-nixos 2025-10-14 12:09:01 +00:00
Jörg Thalheim 5965426331
nixos/facter: add initial commit (#450303) 2025-10-14 09:38:25 +00:00
Jörg Thalheim 3bed74c089 nixos-facter: add passthru.tests 2025-10-14 10:32:18 +01:00
nixpkgs-ci[bot] 663a017a60
Merge master into staging-nixos 2025-10-14 08:44:05 +00:00
Leona Maroni a2d81c0a43
nixos/nginx: allow adding new ACME certificates without nginx restart (#445544) 2025-10-14 07:52:56 +00:00
nixpkgs-ci[bot] bf850ec7ac
Merge master into staging-nixos 2025-10-14 06:07:28 +00:00
h7x4 49c2264dbe
nixos-container: Conform to ShellCheck (#384207) 2025-10-14 02:31:31 +00:00