From 15bdde17262c2f00bd64264e72abe3b02b4e2253 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 3 Sep 2019 15:08:02 +0200 Subject: [PATCH] useLLVM --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 12e488e..bf9564d 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ with builtins; let nixpkgs' = nixpkgs - { crossSystem = system; + { crossSystem = system // { useLLVM = true; }; config.allowUnsupportedSystem = true; };