Skip to content

Commit

Permalink
Fix QMK update?
Browse files Browse the repository at this point in the history
  • Loading branch information
kip93 committed Jun 1, 2022
1 parent 54254f5 commit d2be545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2be545

Please sign in to comment.