fixup! docker-cli: enable darwin support
This commit is contained in:
parent
73c915296f
commit
4a2bd8ed14
@ -63,7 +63,7 @@ rec {
|
||||
in
|
||||
stdenv.mkDerivation ((optionalAttrs (stdenv.isLinux) rec {
|
||||
|
||||
inherit docker-runc docker-containerd docker-tini;
|
||||
inherit docker-runc docker-containerd docker-proxy docker-tini;
|
||||
|
||||
DOCKER_BUILDTAGS = []
|
||||
++ optional (systemd != null) [ "journald" ]
|
||||
|
Loading…
Reference in New Issue
Block a user