Get neogit from source
This commit is contained in:
parent
02f6e76d4f
commit
967ac2c84f
17
nix/base-system/flake.lock
generated
17
nix/base-system/flake.lock
generated
@ -451,6 +451,22 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"neogit-src": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1715889863,
|
||||||
|
"narHash": "sha256-xaN7g7FUpt6yVzsKR/D+3RDmTlX+hfrWm6Xhq9Sws+k=",
|
||||||
|
"owner": "NeogitOrg",
|
||||||
|
"repo": "neogit",
|
||||||
|
"rev": "9040f6face04f93e6903f25f038d67550fc9027b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NeogitOrg",
|
||||||
|
"repo": "neogit",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"neovim-flake": {
|
"neovim-flake": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_4",
|
"flake-utils": "flake-utils_4",
|
||||||
@ -687,6 +703,7 @@
|
|||||||
"durnitisp-flake": "durnitisp-flake",
|
"durnitisp-flake": "durnitisp-flake",
|
||||||
"harpoon-src": "harpoon-src",
|
"harpoon-src": "harpoon-src",
|
||||||
"heracles-flake": "heracles-flake",
|
"heracles-flake": "heracles-flake",
|
||||||
|
"neogit-src": "neogit-src",
|
||||||
"neovim-flake": "neovim-flake",
|
"neovim-flake": "neovim-flake",
|
||||||
"nil-flake": "nil-flake",
|
"nil-flake": "nil-flake",
|
||||||
"nixpkgs": "nixpkgs_7",
|
"nixpkgs": "nixpkgs_7",
|
||||||
|
@ -36,6 +36,10 @@
|
|||||||
url = "github:ThePrimeagen/harpoon/harpoon2";
|
url = "github:ThePrimeagen/harpoon/harpoon2";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
neogit-src = {
|
||||||
|
url = "github:NeogitOrg/neogit";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
d2-vim-src = {
|
d2-vim-src = {
|
||||||
url = "github:terrastruct/d2-vim";
|
url = "github:terrastruct/d2-vim";
|
||||||
flake = false;
|
flake = false;
|
||||||
@ -63,6 +67,7 @@
|
|||||||
nil-flake,
|
nil-flake,
|
||||||
nurl-flake,
|
nurl-flake,
|
||||||
harpoon-src,
|
harpoon-src,
|
||||||
|
neogit-src,
|
||||||
d2-vim-src,
|
d2-vim-src,
|
||||||
treesitter-context,
|
treesitter-context,
|
||||||
roslyn-lsp,
|
roslyn-lsp,
|
||||||
@ -86,6 +91,11 @@
|
|||||||
version = "2024-01-28";
|
version = "2024-01-28";
|
||||||
src = harpoon-src;
|
src = harpoon-src;
|
||||||
};
|
};
|
||||||
|
neogit-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||||
|
pname = "neogit";
|
||||||
|
version = "2024-05-16";
|
||||||
|
src = neogit-src;
|
||||||
|
};
|
||||||
d2-vim = pkgs.vimUtils.buildVimPlugin {
|
d2-vim = pkgs.vimUtils.buildVimPlugin {
|
||||||
pname = "d2-nvim";
|
pname = "d2-nvim";
|
||||||
version = "2024-01-28";
|
version = "2024-01-28";
|
||||||
@ -147,7 +157,7 @@ EOF";
|
|||||||
cmp-nvim-lsp-signature-help
|
cmp-nvim-lsp-signature-help
|
||||||
nvim-dap # Debug Adapter Protocol support
|
nvim-dap # Debug Adapter Protocol support
|
||||||
#nvim-dap-ui
|
#nvim-dap-ui
|
||||||
neogit
|
#neogit
|
||||||
hoon-vim
|
hoon-vim
|
||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
lean-nvim
|
lean-nvim
|
||||||
@ -192,7 +202,7 @@ EOF";
|
|||||||
vim-dadbod
|
vim-dadbod
|
||||||
vim-dadbod-ui
|
vim-dadbod-ui
|
||||||
vim-dadbod-completion
|
vim-dadbod-completion
|
||||||
]) ++ [ possession-nvim harpoon-nvim d2-vim ];
|
]) ++ [ possession-nvim harpoon-nvim d2-vim neogit-nvim ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user