Skip to content

Commit

Permalink
chore(nix): Add new developer tools to Nix dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 20, 2024
1 parent 53fcac3 commit 39771e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-aux/pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
rustPlatform,

# buildInputs
cargo-edit,
lua,
harfbuzz,
icu,
fontconfig,
libiconv,
stylua,
taplo,
typos,
darwin,
# FONTCONFIG_FILE
Expand Down Expand Up @@ -113,12 +115,14 @@ stdenv.mkDerivation (finalAttrs: {

buildInputs =
[
cargo-edit
luaEnv
harfbuzz
icu
fontconfig
libiconv
stylua
taplo
typos
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
Expand Down

0 comments on commit 39771e2

Please sign in to comment.