mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 22:32:26 +03:00
Merge pull request #277579 from nikstur/openssh-tests-in-separate-derivation
openssh: put tests into passthru
This commit is contained in:
commit
c7411f7d53
3 changed files with 12 additions and 4 deletions
|
@ -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"
|
||||
])
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue