From 0777bb47c0015e9b34b2c72ee05ed35d90fc6320 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 17 Feb 2023 20:41:55 +0000 Subject: [PATCH] simplify calling buildEnv --- doc/developer.rst | 19 ++++++++++--------- shell.nix | 7 ++++++- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/developer.rst b/doc/developer.rst index f239c30..258c06c 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -7,11 +7,9 @@ than by building and flashing a new image every time. This manual documents various affordances for iteration and experiments. In general, packages and tools that run on the "build" machine are -available in the ``buildEnv`` derivation. +available in the ``buildEnv`` derivation and can most easily +be added to your environment by running ``nix-shell`` -.. code-block:: console - - nix-shell -A buildEnv Emulated devices @@ -35,7 +33,7 @@ serial console and the `QEMU monitor