fix(nvim): Pin rest.nvim to v1.0.0

Use pinentry-curses for macos
This commit is contained in:
Uttarayan Mondal
2024-03-27 09:56:41 +05:30
parent ae470c7a6c
commit 0be8d1aa55
5 changed files with 17 additions and 20 deletions

View File

@@ -62,7 +62,7 @@
subflakes = {
# TODO: Will eventualy move all the non-flake fetchFromGitHub urls to this flake
# As inputs for the flake that way I don't have to update the hashes manually
url = "./flakes";
url = "path:./flakes";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {