From f686a885908b7c200a405849449efd8e11648dc2 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 5 May 2026 18:55:36 -0400 Subject: [PATCH] fix: correct ghostty flake package typo --- docs/install/pre.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/pre.mdx b/docs/install/pre.mdx index da2322d6..18499603 100644 --- a/docs/install/pre.mdx +++ b/docs/install/pre.mdx @@ -144,7 +144,7 @@ e.g. `x86_64-linux`), or use the overlay at `overlays.default`. { # Installing the package directly users.users.somebody.packages = [ - inputs.ghostty.${pkgs.stdenv.hostPlatform.system}.default + inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.default ]; # Alternatively, using overlays: