1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-13 16:15:30 +00:00
nixpkgs/pkgs/development/compilers/ghcjs/default.nix
2018-01-20 15:47:59 -05:00

6 lines
100 B
Nix

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