nixpkgs/pkgs/development/compilers/ghcjs/default.nix

6 lines
71 B
Nix

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