aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-08-29 16:50:22 -0700
committerGitHub <noreply@github.com>2021-08-29 16:50:22 -0700
commit596c4a1f87b46e1858c7d3630802eec741d1cc28 (patch)
tree4985aa763eca968615ae7b8004261fa76262a389 /shell.nix
parentb46064a891332db07643f73018910c031a63aa50 (diff)
downloadqmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.tar.gz
qmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.zip
Remove bin/qmk (#14231)
* Remove the bin/qmk script * remove bin/qmk from workflows
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index c36df032d..5023a3b0f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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 });