mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
release-cross.nix: Add GHCJS-built hello
This commit is contained in:
parent
8737963735
commit
d3ecd5bde5
|
@ -135,6 +135,11 @@ in
|
||||||
/* Linux on the fuloong */
|
/* Linux on the fuloong */
|
||||||
fuloongminipc = mapTestOnCross lib.systems.examples.fuloongminipc linuxCommon;
|
fuloongminipc = mapTestOnCross lib.systems.examples.fuloongminipc linuxCommon;
|
||||||
|
|
||||||
|
/* Javacript */
|
||||||
|
ghcjs = mapTestOnCross lib.systems.examples.ghcjs {
|
||||||
|
haskell.packages.ghcjs.hello = nativePlatforms;
|
||||||
|
};
|
||||||
|
|
||||||
/* Linux on Raspberrypi */
|
/* Linux on Raspberrypi */
|
||||||
rpi = mapTestOnCross lib.systems.examples.raspberryPi rpiCommon;
|
rpi = mapTestOnCross lib.systems.examples.raspberryPi rpiCommon;
|
||||||
rpi-musl = mapTestOnCross lib.systems.examples.muslpi rpiCommon;
|
rpi-musl = mapTestOnCross lib.systems.examples.muslpi rpiCommon;
|
||||||
|
|
Loading…
Reference in a new issue