diff options
| author | Fuwn <[email protected]> | 2021-04-28 23:08:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 23:08:04 +0000 |
| commit | 7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590 (patch) | |
| tree | 33fa38ad9f8460a074d7b09f52ef4a45f7b1a97b /shell.nix | |
| parent | Merge pull request #9 from Whirlsplash/renovate/rust-sqlx-0.x (diff) | |
| download | whirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.tar.xz whirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.zip | |
fmt: Increase verbosity of database migrations
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,4 +5,6 @@ let in pkgs.mkShell { buildInputs = with pkgs; [ rust ]; + + DATABASE_URL = "sqlite:whirl.db"; } |