shells: silverfin: always disable spring
This commit is contained in:
parent
2a62ba3680
commit
ec1c33b80e
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@ pkgs.devshell.mkShell {
|
|||
|
||||
];
|
||||
packages = with pkgs; [
|
||||
chromedriver
|
||||
cmake
|
||||
ghostscript
|
||||
graphicsmagick
|
||||
|
@ -46,6 +47,10 @@ pkgs.devshell.mkShell {
|
|||
name = "TERM";
|
||||
eval = "\${TERM:-xterm-256color}";
|
||||
}
|
||||
{
|
||||
name = "DISABLE_SPRING";
|
||||
value = "1";
|
||||
}
|
||||
];
|
||||
language.c.compiler = lib.mkForce pkgs.clang;
|
||||
language.ruby = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue