1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-04 05:27:01 +00:00
nixpkgs/pkgs/development/compilers/ghcjs/default.nix
2018-04-01 23:25:37 -04:00

5 lines
100 B
Nix

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