openssh: don't run tests

they take to long
This commit is contained in:
Sandro - 2022-09-09 23:34:55 +02:00
parent 9ebaf0be62
commit 250f90067a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ with final; {
});
};
openssh = prev.openssh.overrideAttrs (oldAttrs: {
# takes 30 minutes
doCheck = false;
});
pile = prev.callPackage ./pile.nix { };
pi-sensors = prev.callPackage ./pi-sensors { };