From e327d6acaf51e8b0022c5b44611fc9fe296ac3f9 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 1 Feb 2026 09:25:51 +0800 Subject: [PATCH] chore: use easytier 2.4.5 --- overlays/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlays/default.nix b/overlays/default.nix index 95445e4..179e31d 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -18,6 +18,8 @@ in lib.infuse prev { cage.__output.patches.__append = [ ./cage-specify-output-name.patch ]; bottles.__input.removeWarningPopup.__assign = true; + + easytier.__assign = final.stable.easytier; }; } //