From 4a6b194a59532ed02965b809066a6f342f9cba6c Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 25 May 2026 16:26:15 -0400 Subject: [PATCH] mod: explict sable config cache --- pkgs/common/sable.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/common/sable.nix b/pkgs/common/sable.nix index 8f86f2f..cf7b697 100644 --- a/pkgs/common/sable.nix +++ b/pkgs/common/sable.nix @@ -16,6 +16,9 @@ in { pname = "sable-unwrapped"; version = "1.14.0"; + HOME = "/build"; + npmConfigCache = "/build/.npm"; + src = fetchFromGitHub { owner = "SableClient"; repo = "Sable";