Clarify README
This commit is contained in:
parent
01f3bbb0ab
commit
97fbcbbe09
4
README
4
README
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user