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

bootPkgs.callPackage ./base.nix {
  inherit bootPkgs;
}