Merge pull request #230719 from fetsorn/typo/gvisor

gvisor: fix typo
This commit is contained in:
Weijia Wang 2023-05-08 19:27:42 +03:00 committed by GitHub
commit bb56a829ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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