openssh: add meta.mainProgram
Fix the following error when running `nix run .#openssh`: error: unable to execute '/nix/store/bzxxfx0a774vqa3cbz66c2172smc317a-openssh-8.6p1/bin/openssh': No such file or directory
This commit is contained in:
@@ -123,5 +123,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ eelco aneeshusa ];
|
||||
mainProgram = "ssh";
|
||||
} // extraMeta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user