Skip to content

Commit 41ba2b2

Browse files
committed
meta: Rename .envrc for non-Nix users, add note in README
1 parent 62d325a commit 41ba2b2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
target
1+
target
2+
.envrc

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ pub fn xtype(&self) -> BarType {
131131
}
132132
```
133133

134+
## Development
135+
136+
### lorri for Nix
137+
138+
If using Nix, dbc-codegen is integrated with [lorri](https://github.com/nix-community/lorri) for easy project dependency management. To enable, create a symlink in the top-level working directory:
139+
140+
```sh
141+
ln -s envrc.lorri .envrc
142+
```
143+
134144
## License
135145

136146
Licensed under either of

.envrc envrc-lorri

File renamed without changes.

0 commit comments

Comments
 (0)