Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 24, 2020 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/59209e79811e85c02285dcc704521812 to your computer and use it in GitHub Desktop.
Save cleverca22/59209e79811e85c02285dcc704521812 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
haskell.packages.ghc865.darcs.env.overrideAttrs (old: {
buildInputs = with haskellPackages; old.buildInputs ++ [
ghcid
cabal-install
cabal2nix
];
shellHook = ''
export PS1='\n\[\033[1;32m\][\[\e]0;nix-shell: \W\a\]nix-shell:/\W]\$ \[\033[0m\]'
'';
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment