Commit 60c39b3
authored
chore(nix): add git to devShell (#157)
The `nix develop -c just release-local` is not working when running on
fresh clone. It raise that `git` command not found error during `mi
deps.get` is processing:
```
$ nix develop -c just release-local
* Getting elixir_sense (https://github.com/elixir-lsp/elixir_sense.g
it - e3ddc403554050221a2fd19a10a896fa7525bc02)
error: tool 'git' not found
** (Mix) Command "git -c core.hooksPath='' init --quiet" failed
error: Recipe `deps` failed with exit code 1
```
Solve by add `git` to the `flake.nix` to make nix recognize `git`
command.
Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>1 parent f3f513e commit 60c39b3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments