Skip to content

Commit

Permalink
qmk verbose (sensitive!)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Jun 8, 2024
1 parent b1b09e5 commit 6cfbcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs/qmk/compile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
buildPhase = let
envArg = lib.strings.concatMapStrings (e: " --env " + e) env;
in ''
${qmk}/bin/qmk compile --verbose --keyboard ${keyboard} --keymap ${keymap} ${envArg}
${qmk}/bin/qmk --verbose compile --keyboard ${keyboard} --keymap ${keymap} ${envArg}
'';

installPhase = ''
Expand Down

0 comments on commit 6cfbcf6

Please sign in to comment.