Skip to content

Commit

Permalink
fix: hci
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 20, 2024
1 parent e6d09f4 commit c6ff167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
name = "neovim";
# https://github.com/cachix/devenv/issues/528
containers = lib.mkForce {};
packages = with pkgs; [alejandra just niv nodejs tree-sitter];
packages = with pkgs; [alejandra hci just niv nodejs tree-sitter];
pre-commit.hooks = {
alejandra.enable = true;
stylua.enable = true;
Expand Down

0 comments on commit c6ff167

Please sign in to comment.