From 31792452cf92d204ea0df8e3fddc018235c4cf1b Mon Sep 17 00:00:00 2001 From: onatustun Date: Thu, 13 Nov 2025 21:27:47 +0000 Subject: [PATCH] typstfmt: no longer in nixpkgs-unstable --- README.md | 1 - modules/hooks.nix | 7 ------- nix/tools.nix | 2 -- 3 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 7a834ff3..3ead1501 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,6 @@ use nix ### Typst -- [typstfmt](https://github.com/astrale-sharp/typstfmt) - [typstyle](https://github.com/Enter-tainer/typstyle) ### YAML diff --git a/modules/hooks.nix b/modules/hooks.nix index 9933d3a5..55d6f526 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -4253,13 +4253,6 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm (lib.genAttrs hooks.typos.settings.ignored-words lib.id); types = [ "text" ]; }; - typstfmt = { - name = "typstfmt"; - description = "format typst"; - package = tools.typstfmt; - entry = "${hooks.typstfmt.package}/bin/typstfmt"; - files = "\\.typ$"; - }; typstyle = { name = "typstyle"; description = "Beautiful and reliable typst code formatter"; diff --git a/nix/tools.nix b/nix/tools.nix index 2701606a..9e500595 100644 --- a/nix/tools.nix +++ b/nix/tools.nix @@ -89,7 +89,6 @@ , treefmt , trufflehog , typos -, typstfmt , typstyle ? null ## Add in nixpkgs added on commit 800ca60 , woodpecker-cli , zprint @@ -186,7 +185,6 @@ in treefmt trufflehog typos - typstfmt typstyle uv vale