Update de rotina
This commit is contained in:
committed by
GitHub
parent
3c5d19c060
commit
272bfb68d5
@@ -1,8 +1,7 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
environment.variables = {
|
||||
__GL_SHADER_DISK_CACHE_SIZE = "12000000000";
|
||||
GITHUB_TOKEN = ""; # Recomendado manter tokens em segredo
|
||||
__GL_SHADER_DISK_CACHE_SIZE = "12000000000";
|
||||
VK_LAYER_PATH = "${pkgs.vulkan-validation-layers}/share/vulkan/explicit_layer.d";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user