tweag / rules_nixpkgs

Rules for importing Nixpkgs packages into Bazel.
Apache License 2.0
294 stars 81 forks source link

Re-enable remote nix tests #581

Closed avdv closed 2 months ago

avdv commented 2 months ago

While debugging some other Docker image I noticed that the container did not really start and searching for that error it turned out there would be a really simple fix.

The sshd process did not start:

Missing privilege separation directory: /run/sshd

Ensure to create this directory and make sshd log messages to stderr.

Fixes #564