Commit 1a360dc
authored
chore(nix): use mkShellNoCC for lighter dev shell (#286)
Switch from mkShell to mkShellNoCC since this project doesn't require
a C compiler toolchain. This reduces unnecessary dependencies and
speeds up shell initialisation for Node.js/pnpm development.1 parent 9711813 commit 1a360dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments