mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
docs(development.md): Fix minor typos
This commit is contained in:
@ -114,7 +114,7 @@ running:
|
|||||||
nix develop .#dev-vm
|
nix develop .#dev-vm
|
||||||
|
|
||||||
# drop into the environment setup for using a container
|
# drop into the environment setup for using a container
|
||||||
nix deveop .#docsp-dev
|
nix develop .#docsp-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Once in such an environment, you can create the container or vm like
|
Once in such an environment, you can create the container or vm like
|
||||||
@ -176,7 +176,7 @@ IDEs and editors) and create a file `.envrc` in the source root:
|
|||||||
use flake .#<env-name>
|
use flake .#<env-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
The file `.envrc` is git-ignored, because are different ones possible.
|
The file `.envrc` is git-ignored, because different ones are possible.
|
||||||
Here `<env-name>` refers to either `dev-cnt` or `dev-vm` - one of the
|
Here `<env-name>` refers to either `dev-cnt` or `dev-vm` - one of the
|
||||||
devshells defined in `flake.nix`.
|
devshells defined in `flake.nix`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user