about summary refs log tree commit diff
path: root/nixpkgs/lib/systems/examples.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/systems/examples.nix')
-rw-r--r--nixpkgs/lib/systems/examples.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/lib/systems/examples.nix b/nixpkgs/lib/systems/examples.nix
index aa55438de082..4861fe634a02 100644
--- a/nixpkgs/lib/systems/examples.nix
+++ b/nixpkgs/lib/systems/examples.nix
@@ -236,4 +236,9 @@ rec {
     useLLVM = true;
   };
 
+  # Ghcjs
+  ghcjs = {
+    config = "js-unknown-ghcjs";
+    platform = {};
+  };
 }