forked from lix-project/lix
feat: include openssh in docker image
When leveraging remote builders or cache in CI workloads, sometimes you need to configure nix to connect via SSH to a remote server. It is the case for example when using nixbuild.net. By including `openssh` package, CI should be able to reach remote builders when configured i.e. with environment variables.
This commit is contained in:
parent
0e58affd39
commit
aa3927f0f1
|
@ -22,6 +22,7 @@ let
|
|||
findutils
|
||||
iana-etc
|
||||
git
|
||||
openssh
|
||||
];
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Reference in a new issue