summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs/default.nix
blob: 7f3cc94400158af761f3d8d194dc4f165d6f5c35 (plain) (blame)
1
2
3
4
5
{ bootPkgs, cabal-install }:

bootPkgs.callPackage ./base.nix {
  inherit bootPkgs cabal-install;
}