mirror of
https://github.com/youwen5/nix-dev-envs.git
synced 2024-11-24 10:23:51 -08:00
fix typos
This commit is contained in:
parent
fb6695fd8e
commit
5727abc8e4
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ git update-index --skip-worktree .envrc .direnv
|
|||
|
||||
## Use without downloading
|
||||
|
||||
You can also use this in `nix develop` or with `direnv` without installing it.
|
||||
You can also use this in `nix develop` or with `direnv` without downloading it locally it.
|
||||
Simply reference the flake remotely like so:
|
||||
|
||||
```bash
|
||||
nix develop "github:youwen5/nix-dev-envs#<environment"
|
||||
nix develop "github:youwen5/nix-dev-envs#<environment>"
|
||||
```
|
||||
|
||||
Or in direnv, similarly:
|
||||
|
|
Loading…
Reference in a new issue