Skip to content
Snippets Groups Projects
Commit 95ab936d authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Update shell.nix

parent 5593e4ba
No related branches found
No related tags found
No related merge requests found
...@@ -60,11 +60,11 @@ let ...@@ -60,11 +60,11 @@ let
repo = "ghc-utils"; repo = "ghc-utils";
rev = "8ff33a41efdab01cb94e25648bc2a25864995466"; rev = "8ff33a41efdab01cb94e25648bc2a25864995466";
sha256 = "0s745qvi26lbisz1y6zxdz0c10f69pvlrb87myv229f5k0vdp3vq"; sha256 = "0s745qvi26lbisz1y6zxdz0c10f69pvlrb87myv229f5k0vdp3vq";
}) {}; }) { nixpkgs = np; };
in in
np2.mkShell { buildInputs = [ghc-utils np2.mkShell { buildInputs = [#ghc-utils
ghc #ghc
fixedCabal fixedCabal
np.linuxPackages.perf np.linuxPackages.perf
np2.ncurses np2.ncurses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment