From 09f2d4e0c51f6033a7644fcb33df4dd9b1c8c50c Mon Sep 17 00:00:00 2001 From: jmug Date: Sun, 11 Jan 2026 18:36:47 -0800 Subject: [PATCH] [macbook] Install libiconv for rust. --- hosts/macbook/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 3bc6199..fb33542 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -48,6 +48,7 @@ "glow" "act" "chromaprint" + "libiconv" ]; casks = [ "ghostty"