Guest User

Untitled

a guest
Nov 3rd, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. let nixpkgs' = (import <nixpkgs> {});
  2. pkgs = nixpkgs' // { lib = nixpkgs'.lib.extend (self: super: { inNixShell = false; }); };
  3. in pkgs.haskell.lib.overrideCabal (import ./shell-gen.nix { nixpkgs = pkgs; compiler = "ghcjs84"; })
  4. (drv: { buildDepends = (drv.buildDepends or []) ++ [ pkgs.haskell.packages.ghc843.cabal-install ]; })
Advertisement
Add Comment
Please, Sign In to add comment