add nix develop to docs

This commit is contained in:
Aaron Honeycutt 2025-04-22 12:37:14 -06:00
parent 125af53329
commit 679c998e84

View file

@ -20,6 +20,14 @@ This is if you are already running NixOS or using the `nix` packagemanager on yo
nix-shell nix-shell
``` ```
## Flakes
If you have flakes enabled you can use `nix develop` instead.
```bash
nix develop
```
## Ubuntu ## Ubuntu
Install these packages for developing using `apt`. Install these packages for developing using `apt`.