19 lines
305 B
Markdown
19 lines
305 B
Markdown
# Getting a development shell
|
|
|
|
Clone this repository:
|
|
|
|
```
|
|
git clone https://git.pub.solar/pub-solar/infra.git
|
|
cd infra
|
|
```
|
|
|
|
then, install [the package manager nix](https://nixos.org/download).
|
|
|
|
Finally, run:
|
|
|
|
```
|
|
nix develop
|
|
```
|
|
|
|
This will install a development shell (devshell) with all required tools.
|