Skip to content

Commit bd63283

Browse files
author
Pascal Hertleif
authored
Merge pull request #69 from projectgus/tweak/optional_envrc
meta: Rename .envrc for non-Nix users, add note in README
2 parents 62d325a + 41ba2b2 commit bd63283

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
target
1+
target
2+
.envrc

README.md

Lines changed: 10 additions & 0 deletions
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 renamed to envrc-lorri

File renamed without changes.

0 commit comments

Comments
 (0)