diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ let | |||
14 | projectDir = ./util/nix; | 14 | projectDir = ./util/nix; |
15 | overrides = poetry2nix.overrides.withDefaults (self: super: { | 15 | overrides = poetry2nix.overrides.withDefaults (self: super: { |
16 | qmk = super.qmk.overridePythonAttrs(old: { | 16 | qmk = super.qmk.overridePythonAttrs(old: { |
17 | # Allow QMK CLI to run "bin/qmk" as a subprocess (the wrapper changes | 17 | # Allow QMK CLI to run "qmk" as a subprocess (the wrapper changes |
18 | # $PATH and breaks these invocations). | 18 | # $PATH and breaks these invocations). |
19 | dontWrapPythonPrograms = true; | 19 | dontWrapPythonPrograms = true; |
20 | }); | 20 | }); |