2023-10-28 23:37:31 +00:00
|
|
|
# Getting a development shell
|
|
|
|
|
|
|
|
Clone this repository:
|
|
|
|
|
|
|
|
```
|
2023-10-29 22:04:58 +00:00
|
|
|
git clone https://git.pub.solar/pub-solar/infra-new.git
|
2023-10-28 23:37:31 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
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.
|