summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
-rw-r--r--neovim.nix2
2 files changed, 1 insertions, 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