From a50af9b0bb1ebc3feecf5729113cf93a8ad887e5 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 31 Jan 2026 19:16:18 +0100 Subject: [PATCH] Added an option to try to fix Vesktop signing issues --- hosts/macos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/macos/configuration.nix b/hosts/macos/configuration.nix index 8bda416..5aaf74a 100644 --- a/hosts/macos/configuration.nix +++ b/hosts/macos/configuration.nix @@ -14,6 +14,7 @@ systemPackages = with pkgs; [ git-lfs + darwin.cctools #telnet ]; pathsToLink = [ "/share/zsh" ];