chore: update flake.lock

This commit is contained in:
matt1432 2023-12-23 13:45:39 -05:00
parent bea3e5485a
commit 9f3dbf066e
4 changed files with 14 additions and 16 deletions
common
home/neovim
pkgs/discommit

View file

@ -233,7 +233,6 @@ in {
'';
}
])
# Treesitter
++ (with pkgs.vimPlugins; [
nvim-treesitter-context

View file

@ -16,7 +16,6 @@
pkgs = nixpkgs.legacyPackages.${system};
in
attrs system pkgs);
in {
packages = perSystem (system: pkgs: {
discommit = pkgs.buildNpmPackage {