patos/pkgs/openssh.nix
Daniel Lundin a8982182b3
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
WIP: next step on image build
2024-11-14 17:08:39 +01:00

7 lines
127 B
Nix

{ prev, ... }:
prev.openssh.overrideAttrs (final: prev: {
doCheck = false;
doInstallCheck = false;
dontCheck = true;
})