Add extra workaround to silverfin shell
All checks were successful
Cachix / build (elendel) (push) Successful in 18m6s
Cachix / build (kholinar) (push) Successful in 4m57s
Cachix / build (marabethia) (push) Successful in 3m43s

This commit is contained in:
Charlotte Van Petegem 2025-04-23 15:58:56 +02:00
parent ea5bfa9e83
commit 351a3c7c6a
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -76,6 +76,10 @@ pkgs.devshell.mkShell {
name = "DISABLE_SPRING";
value = "1";
}
{
name = "OBJC_DISABLE_INITIALIZE_FORK_SAFETY";
value = "YES";
}
];
language.c.compiler = lib.mkForce pkgs.clang;
language.ruby = {