From 39771e237267ba15ac64c35056dec316caf28969 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 20 Nov 2024 13:24:43 +0300 Subject: [PATCH] chore(nix): Add new developer tools to Nix dev shell --- build-aux/pkg.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-aux/pkg.nix b/build-aux/pkg.nix index 91734bd97..2cf64e802 100644 --- a/build-aux/pkg.nix +++ b/build-aux/pkg.nix @@ -18,12 +18,14 @@ rustPlatform, # buildInputs + cargo-edit, lua, harfbuzz, icu, fontconfig, libiconv, stylua, + taplo, typos, darwin, # FONTCONFIG_FILE @@ -113,12 +115,14 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ + cargo-edit luaEnv harfbuzz icu fontconfig libiconv stylua + taplo typos ] ++ lib.optionals stdenv.hostPlatform.isDarwin [