summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-12 16:06:32 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-12 16:06:32 +0100
commitf832f6431aa0e9c96f9a72316be794a5503beecb (patch)
tree099891f387ab64397b6cb6861e6fc707657f686d /shell.nix
parent36244ed4d5d16aecf7c10f01c4fb1aa0323f909d (diff)
downloaddirty-haskell.org-f832f6431aa0e9c96f9a72316be794a5503beecb.tar
dirty-haskell.org-f832f6431aa0e9c96f9a72316be794a5503beecb.tar.gz
dirty-haskell.org-f832f6431aa0e9c96f9a72316be794a5503beecb.tar.bz2
dirty-haskell.org-f832f6431aa0e9c96f9a72316be794a5503beecb.tar.xz
dirty-haskell.org-f832f6431aa0e9c96f9a72316be794a5503beecb.zip
Minor code cleanup
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}