summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index c1baba7..e17c3e6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,7 +3,7 @@
3 3
4pkgs.stdenv.mkDerivation rec { 4pkgs.stdenv.mkDerivation rec {
5 name = "dirty-haskell"; 5 name = "dirty-haskell";
6 buildInputs = [ (import ./default.nix).dirty-haskell 6 buildInputs = [ (import ./default.nix {}).dirty-haskell-wrapper
7 ]; 7 ];
8 shellHook = '' 8 shellHook = ''
9 export PROMPT_INFO=${name} 9 export PROMPT_INFO=${name}