diff options
author | pacien | 2023-08-25 02:50:26 +0200 |
---|---|---|
committer | pacien | 2023-08-25 02:50:26 +0200 |
commit | df789547acc0a9f5f3f4bf93a6e6a9cf9877d74b (patch) | |
tree | 2d74da727161d4478e7bfc5db7083e5a41a7a0af /example | |
parent | af8238782fd0408b0f5c81cd3d0e4690373ea347 (diff) | |
download | flaky-utils-df789547acc0a9f5f3f4bf93a6e6a9cf9877d74b.tar.gz |
devshell: add prePrompt option
Diffstat (limited to 'example')
-rw-r--r-- | example/flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/flake.nix b/example/flake.nix index 86accf7..0479e01 100644 --- a/example/flake.nix +++ b/example/flake.nix | |||
@@ -37,6 +37,10 @@ | |||
37 | DATABASE_URL = "postgresql:///${PGDATABASE}?host=${PGHOST}"; | 37 | DATABASE_URL = "postgresql:///${PGDATABASE}?host=${PGHOST}"; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | prePrompt = '' | ||
41 | echo "<C-d> to exit this development shell." | ||
42 | ''; | ||
43 | |||
40 | shell = null; | 44 | shell = null; |
41 | }; | 45 | }; |
42 | } | 46 | } |