Skip to content

Commit

Permalink
Merge pull request #69 from projectgus/tweak/optional_envrc
Browse files Browse the repository at this point in the history
meta: Rename .envrc for non-Nix users, add note in README
  • Loading branch information
Pascal Hertleif authored May 7, 2024
2 parents 62d325a + 41ba2b2 commit bd63283
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
target
.envrc
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@ pub fn xtype(&self) -> BarType {
}
```

## Development

### lorri for Nix

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:

```sh
ln -s envrc.lorri .envrc
```

## License

Licensed under either of
Expand Down
File renamed without changes.

0 comments on commit bd63283

Please sign in to comment.