diff options
| author | Fuwn <[email protected]> | 2021-05-17 12:22:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 12:22:40 -0700 |
| commit | b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632 (patch) | |
| tree | 6dd868b0b781160adc5ab08b5cc5033f82de25cf /diesel.toml | |
| parent | fix(prompt): test uses outdated module (diff) | |
| download | whirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.tar.xz whirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.zip | |
fix(nix): nix builds
Fix Docker and Nix intergration via rename.
Diffstat (limited to 'diesel.toml')
| -rw-r--r-- | diesel.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diesel.toml b/diesel.toml index 70dc6af..6db2d37 100644 --- a/diesel.toml +++ b/diesel.toml @@ -2,4 +2,4 @@ # see diesel.rs/guides/configuring-diesel-cli [print_schema] -file = "whirl_core/src/db/schema.rs" +file = "whirl/src/db/schema.rs" |