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

6 lines
100 B
Nix

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