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 9e363eb..88f254c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@
4pkgs.stdenv.mkDerivation rec { 4pkgs.stdenv.mkDerivation rec {
5 name = "dirty-haskell"; 5 name = "dirty-haskell";
6 buildInputs = with (import ./default.nix {}); [ dirty-haskell-wrapper 6 buildInputs = with (import ./default.nix {}); [ dirty-haskell-wrapper
7 (pkgs.haskellPackages.ghcWithPackages (p: with p; [ regex-tdfa ])) 7 # (pkgs.haskellPackages.ghcWithPackages (p: with p; [ regex-tdfa ]))
8 ]; 8 ];
9 shellHook = '' 9 shellHook = ''
10 export PROMPT_INFO=${name} 10 export PROMPT_INFO=${name}