diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 20:45:29 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 20:45:29 +0100 |
commit | 676cc2b5619ecd517df42b07dbc2c22449a47179 (patch) | |
tree | 622546b5b6df3cc05171a1b016365ffd612abcd6 /flake.nix | |
parent | style(yt/main): Use consistent use qualifications (diff) | |
download | yt-676cc2b5619ecd517df42b07dbc2c22449a47179.tar.gz yt-676cc2b5619ecd517df42b07dbc2c22449a47179.zip |
refactor(tree-sitter-yts): Move in tree
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 3bf5deb..8bf0242 100644 --- a/flake.nix +++ b/flake.nix @@ -85,20 +85,28 @@ pkgs.rustfmt pkgs.mold-wrapped + pkgs.cargo-edit + pkgs.cargo-expand + pkgs.cargo-flamegraph + + # Releng pkgs.reuse pkgs.cocogitto + # Perf pkgs.hyperfine + # Sqlite pkgs.sqlx-cli pkgs.sqlite-interactive + # yt_dlp python pkgs.jq - pkgs.cargo-edit - pkgs.cargo-expand - pkgs.cargo-flamegraph + # Tree-sitter + pkgs.nodejs + pkgs.tree-sitter ]; }; })); |