Add extra workaround to silverfin shell
This commit is contained in:
parent
ea5bfa9e83
commit
351a3c7c6a
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ pkgs.devshell.mkShell {
|
||||||
name = "DISABLE_SPRING";
|
name = "DISABLE_SPRING";
|
||||||
value = "1";
|
value = "1";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "OBJC_DISABLE_INITIALIZE_FORK_SAFETY";
|
||||||
|
value = "YES";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
language.c.compiler = lib.mkForce pkgs.clang;
|
language.c.compiler = lib.mkForce pkgs.clang;
|
||||||
language.ruby = {
|
language.ruby = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue