diff --git a/docs/development.md b/docs/development.md index 3bc6b7f..5808ad7 100644 --- a/docs/development.md +++ b/docs/development.md @@ -20,6 +20,14 @@ This is if you are already running NixOS or using the `nix` packagemanager on yo nix-shell ``` +## Flakes + +If you have flakes enabled you can use `nix develop` instead. + +```bash +nix develop +``` + ## Ubuntu Install these packages for developing using `apt`.