docker: Ensure references to go are removed from docker-containerd (#41849)
This commit is contained in:
parent
f431f209d7
commit
c80e0fbb08
@ -27,7 +27,7 @@ rec {
|
|||||||
patches = [];
|
patches = [];
|
||||||
});
|
});
|
||||||
|
|
||||||
docker-containerd = containerd.overrideAttrs (oldAttrs: rec {
|
docker-containerd = (containerd.override { inherit go; }).overrideAttrs (oldAttrs: rec {
|
||||||
name = "docker-containerd";
|
name = "docker-containerd";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "docker";
|
owner = "docker";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user