Allow for devs to run shellcheck from nix dev shell
Details
- Reviewers
• abosh atul ashoat - Commits
- rCOMM16dc802dec6b: [Nix] Add shellcheck to dev shell
# from any branch nix develop 'github:commE2E/comm?ref=jonringer/add-shellcheck' shellcheck --help which shellcheck # should point to nix store
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
added @ashoat as this is technically "adds" a (although an already approved) dependency.
iOS build failed because of some intermittent network issue (I think on Buildkite's side w/ Agent API actually), kicked it off again
This reminded me that our approach to make sure clang-format is accessible to lint-staged is an NPM package... probably a good idea to move that to Nix as well, @jon would you mind creating a task?
This reminded me that our approach to make sure clang-format is accessible to lint-staged is an NPM package... probably a good idea to move that to Nix as well, @jon would you mind creating a task?
This is already accessible in the nix environment, because stdenv on mac brings in clang, and clang-format is one of the binaries/commands in the clang package
Created https://linear.app/comm/issue/ENG-1571/move-clang-format-to-nix-dev-env for the migration