aboutsummaryrefslogtreecommitdiff
path: root/example/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/flake.nix')
-rw-r--r--example/flake.nix4
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 }