infra/docs/development-shell.md

12 lines
304 B
Markdown
Raw Normal View History

2023-10-28 23:37:31 +00:00
# Getting a development shell
Clone this repository:
```
git clone gitea@git.pub.solar:pub-solar/infra.git
```
then, install [the package manager nix](https://nixos.org/download).
Finally, run `nix develop` in this repo. This will install a development shell that has all required tooling available.