Merge pull request #277579 from nikstur/openssh-tests-in-separate-derivation

openssh: put tests into passthru
This commit is contained in:
Jörg Thalheim
2024-07-07 19:10:35 +02:00
committed by GitHub
3 changed files with 12 additions and 4 deletions

View File

@@ -78,6 +78,7 @@ in rec {
nginx
nodejs
openssh
opensshTest
php
postgresql
python
@@ -139,6 +140,7 @@ in rec {
"nixos.tests.simple"
"nixpkgs.jdk"
"nixpkgs.tests-stdenv-gcc-stageCompare"
"nixpkgs.opensshTest"
])
];
};