shells: silverfin: always disable spring

This commit is contained in:
Charlotte Van Petegem 2024-08-06 14:18:54 +02:00
parent 2a62ba3680
commit ec1c33b80e

View file

@ -23,6 +23,7 @@ pkgs.devshell.mkShell {
]; ];
packages = with pkgs; [ packages = with pkgs; [
chromedriver
cmake cmake
ghostscript ghostscript
graphicsmagick graphicsmagick
@ -46,6 +47,10 @@ pkgs.devshell.mkShell {
name = "TERM"; name = "TERM";
eval = "\${TERM:-xterm-256color}"; eval = "\${TERM:-xterm-256color}";
} }
{
name = "DISABLE_SPRING";
value = "1";
}
]; ];
language.c.compiler = lib.mkForce pkgs.clang; language.c.compiler = lib.mkForce pkgs.clang;
language.ruby = { language.ruby = {