Install Dependencies
Install a few MilMove dependencies:
nix-env -i aws-vault chamber direnv bashConfigure direnv:
- Set up direnv
- In
.zshrc(or the relevant one for you), thenixsetup line (inserted by thenixinstallation) needs to run before thedirenvhook setup.
Run
./nix/update.sh- NOTE: If the nix dependencies change, you should see a warning from direnv:
direnv: WARNING: nix packages out of date. Run nix/update.shRun
make deps_nix- This will install some things like
pre-commithooks,node_modules, etc. You can see Setup: Dependencies for more info on some of the parts.
- This will install some things like