Commit b2aca4c
committed
chore(nix): use mkShellNoCC for lighter devShell
Switch from mkShell to mkShellNoCC since this development environment only uses Python and Node.js tools. The C compiler (stdenv) is not needed, resulting in fewer dependencies and faster shell activation.1 parent 1115861 commit b2aca4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments