patos/pkgs/openssh.nix

8 lines
129 B
Nix
Raw Normal View History

2024-11-11 23:02:38 +01:00
{ super, ... }:
super.openssh.overrideAttrs (final: prev: {
doCheck = false;
doInstallCheck = false;
dontCheck = true;
})