From 97fbcbbe096e26f934215f1529d7dd8773f0bfe4 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Sun, 25 Jun 2023 21:25:21 -0500 Subject: [PATCH] Clarify README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7cd7c70..8988209 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ This README exists to document solutions used or implemented with Nix. ## cheatsheet -### Use the developer shell without pulling down the repository: +### Enter the developer shell without pulling down the repository: ``` $> nix develop git+https://git.eversole.co/eve-psr-nix0 $nix> # Success! @@ -23,8 +23,8 @@ $nix> # Success! Now we have our development dependencies. ### Use the developer shell alias to remotely build and deploy the configuration to eve-psr-nix0: ``` +# This is it! Check the shellHook in outputs.devShell.x86_64-linux for more details. $nix> deploy -$nix> # That's it! Check the shellHook in outputs.devShell.x86_64-linux for more details. ``` ### Format .nix source files: