From d2be545c3acd8385f312a58b290f3a84e0dfa78a Mon Sep 17 00:00:00 2001 From: Leandro Emmanuel Reina Kiperman Date: Wed, 1 Jun 2022 20:06:44 +0200 Subject: [PATCH] Fix QMK update? --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 3380467..b4d7c87 100644 --- a/shell.nix +++ b/shell.nix @@ -483,7 +483,8 @@ pkgs.mkShell { _print_header 'Update submodule' ( - ${git}/bin/git -C '${toString ./.}' submodule update --remote --progress -- '${toString ./QMK}' ; + ${git}/bin/git -C '${toString ./.}' submodule update --remote -- '${toString ./QMK}' && + ${git}/bin/git -C '${toString ./QMK}' submodule update --force --recursive ; ) || XC="$(( "''${XC}" + 0x01 ))" ${coreutils}/bin/printf '\n'