10 lines
186 B
Markdown
10 lines
186 B
Markdown
# nix-dev-envs
|
|
|
|
Generic Nix development environment I use for my projects.
|
|
|
|
## Usage
|
|
|
|
Put to following in `.envrc`:
|
|
```
|
|
use flake "git+https://git.kun.is/pim/nix-dev-envs.git#<ENV>"
|
|
```
|