aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-28 23:08:04 +0000
committerFuwn <[email protected]>2021-04-28 23:08:04 +0000
commit7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590 (patch)
tree33fa38ad9f8460a074d7b09f52ef4a45f7b1a97b /shell.nix
parentMerge pull request #9 from Whirlsplash/renovate/rust-sqlx-0.x (diff)
downloadwhirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.tar.xz
whirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.zip
fmt: Increase verbosity of database migrations
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 4873647..481cbc6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -5,4 +5,6 @@ let
in
pkgs.mkShell {
buildInputs = with pkgs; [ rust ];
+
+ DATABASE_URL = "sqlite:whirl.db";
}