From 679c998e842f13873dc73c0d1230bc49d1145bfd Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 22 Apr 2025 12:37:14 -0600 Subject: [PATCH] add nix develop to docs --- docs/development.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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`.