Skip to content

Commit

Permalink
Alternative shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Mar 18, 2019
1 parent 582acf3 commit 9aa4b28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions shell2.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
let
np = import <nixpkgs> {};
in
np.mkShell { buildInputs = [ np.haskell.packages.ghc862.ghc
np.haskell.packages.ghc862.cabal-install
np.icdiff
np.gist
np.zlib
np.gmp
np.ncurses ];
shellHook = ''
export LD_LIBRARY_PATH=${np.gmp}/lib:${np.zlib}/lib:${np.ncurses}/lib
''; }

0 comments on commit 9aa4b28

Please sign in to comment.