From 6ea322ca6bd8a393207989308d3c8b07de2ed73c Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 7 Nov 2023 20:23:19 -0500 Subject: chore: use vim-just from nixpkgs --- flake.nix | 5 ----- neovim.nix | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 10baa5a..5ee48a6 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,6 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; - getchoo = { - url = "github:getchoo/nix-exprs"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - pre-commit = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { diff --git a/neovim.nix b/neovim.nix index 3fbe3d7..3db5a5d 100644 --- a/neovim.nix +++ b/neovim.nix @@ -59,7 +59,7 @@ _: nvim-treesitter.allGrammars ++ [self'.packages.tree-sitter-just] )) nvim-ts-context-commentstring - inputs'.getchoo.packages.vim-just + vim-just # main config self'.packages.getchvim -- cgit v1.2.3