Clarify README

This commit is contained in:
James Eversole 2023-06-25 21:25:21 -05:00
parent 01f3bbb0ab
commit 97fbcbbe09

4
README
View File

@ -7,7 +7,7 @@ This README exists to document solutions used or implemented with Nix.
## cheatsheet ## 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 develop git+https://git.eversole.co/eve-psr-nix0
$nix> # Success! $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: ### 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> deploy
$nix> # That's it! Check the shellHook in outputs.devShell.x86_64-linux for more details.
``` ```
### Format .nix source files: ### Format .nix source files: