diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ | |||
4 | pkgs.stdenv.mkDerivation rec { | 4 | pkgs.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} |