From c7d6eb631f1dddb0359678bba2a8dec6211a4550 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Thu, 29 Jan 2026 20:13:13 +0100 Subject: [PATCH] chore: update cmd parameter name in shell.nix should fix the warning : WARN[0000] Flag --customPlatform is deprecated. Use: --custom-platform --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 4afb3c43..4bbfedc7 100644 --- a/shell.nix +++ b/shell.nix @@ -52,7 +52,7 @@ in function to_docker { executor \ --force \ - --customPlatform="$(echo "''${DOCKER_PLATFORM}" | sed 's/i386/386/')" \ + --custom-platform="$(echo "''${DOCKER_PLATFORM}" | sed 's/i386/386/')" \ --destination "$(echo "''${CONTAINER_NAME}" | sed 's/i386/386/'):''${CONTAINER_TAG}" \ --context dir://`pwd` \ --verbosity=debug