2
0
Fork 0
This commit is contained in:
Emery Hemingway 2019-09-03 15:08:02 +02:00
parent ca13c09335
commit 15bdde1726
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with builtins;
let
nixpkgs' = nixpkgs
{ crossSystem = system;
{ crossSystem = system // { useLLVM = true; };
config.allowUnsupportedSystem = true;
};