Update de rotina

This commit is contained in:
Guilherme Hermando
2025-08-17 18:45:41 -03:00
committed by GitHub
parent 3c5d19c060
commit 272bfb68d5
8 changed files with 90 additions and 55 deletions
+1 -2
View File
@@ -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";
};
}