From df789547acc0a9f5f3f4bf93a6e6a9cf9877d74b Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 25 Aug 2023 02:50:26 +0200 Subject: devshell: add prePrompt option --- example/flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example') 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 @@ DATABASE_URL = "postgresql:///${PGDATABASE}?host=${PGHOST}"; }; + prePrompt = '' + echo " to exit this development shell." + ''; + shell = null; }; } -- cgit v1.2.3