gvisor: fix typo

"subcomand" -> "subcommand"
This commit is contained in:
fetsorn 2023-05-08 20:16:15 +04:00
parent bb34b50cea
commit 81b2f19eb7

View file

@ -33,7 +33,7 @@ buildGoModule rec {
subPackages = [ "runsc" "shim" ];
postInstall = ''
# Needed for the 'runsc do' subcomand
# Needed for the 'runsc do' subcommand
wrapProgram $out/bin/runsc \
--prefix PATH : ${lib.makeBinPath [ iproute2 iptables procps ]}
mv $out/bin/shim $out/bin/containerd-shim-runsc-v1