feat(neorg): Pin neorg to v7.0.0 until nixpkgs fixes it upstream

This commit is contained in:
Uttarayan Mondal
2024-04-16 12:20:33 +05:30
parent adcdfc77e7
commit b8f5adb6e4
4 changed files with 40 additions and 314 deletions

View File

@@ -11,11 +11,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
norg.url = "github:nvim-neorg/tree-sitter-norg/dev";
norg-meta.url = "github:nvim-neorg/tree-sitter-norg-meta";
neorg = {
url = "github:nvim-neorg/neorg";
url = "github:nvim-neorg/neorg/v7.0.0";
flake = false;
};
neorg-telescope = {