From 31680c5d30022afeef1a430745f35af6349012cf Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Mon, 3 Feb 2025 00:33:48 +0500 Subject: [PATCH] packages.wezterm: back in town --- packages/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/default.nix b/packages/default.nix index 9029d85..f7f6615 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -89,12 +89,11 @@ in # Pass for cache - # ISSUE: attribute 'targetPlatforms' missing - #wezterm = { - # source = ./wezterm; - # platforms = ["x86_64-linux"]; - # builder = {...}: import; - #}; + wezterm = { + source = ./wezterm; + platforms = ["x86_64-linux"]; + builder = {...}: import; + }; # Container images