This repository has been archived on 2023-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
nix-dev-envs/README.md

11 lines
186 B
Markdown
Raw Permalink Normal View History

2023-10-21 18:01:19 +00:00
# nix-dev-envs
Generic Nix development environment I use for my projects.
## Usage
2023-10-21 18:04:07 +00:00
Put to following in `.envrc`:
2023-10-21 18:01:19 +00:00
```
2023-10-21 18:04:07 +00:00
use flake "git+https://git.kun.is/pim/nix-dev-envs.git#<ENV>"
2023-10-21 18:01:19 +00:00
```