fix: use manix from nixpkgs instead of nvfetcher

This commit is contained in:
teutat3s 2023-11-23 22:48:37 +01:00
parent 9fed3a5caf
commit 50acaccc83
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
4 changed files with 4 additions and 26 deletions

View file

@ -26,7 +26,6 @@
})
(import ../pkgs)
(import ./blesh.nix)
(import ./manix.nix)
(import ./mdbook-multilang.nix inputs)
(import ./prr.nix)
(import ./neovim-plugins.nix)

View file

@ -1,5 +0,0 @@
final: prev: {
manix = prev.manix.overrideAttrs (o: rec {
inherit (prev.sources.manix) pname version src;
});
}

View file

@ -3,17 +3,17 @@
{
blesh-nvfetcher = {
pname = "blesh-nvfetcher";
version = "595f905b8b2b791296fef4a394fdf029bd0dbef3";
version = "a7eb5d048c381feeae527c66c3e04df376699b4d";
src = fetchFromGitHub {
owner = "akinomyoga";
repo = "ble.sh";
rev = "595f905b8b2b791296fef4a394fdf029bd0dbef3";
rev = "a7eb5d048c381feeae527c66c3e04df376699b4d";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = true;
sha256 = "sha256-FHn0Sn0WKBC8XcANnS2rrosss2ry/03Cv8jtjIWQtHc=";
sha256 = "sha256-4kWjLLA64y4cNC0/WuIbuvAojCBGFeZYQ7BrXWYY9YU=";
};
date = "2023-11-16";
date = "2023-11-22";
};
instant-nvim-nvfetcher = {
pname = "instant-nvim-nvfetcher";
@ -27,18 +27,6 @@
};
date = "2022-06-25";
};
manix = {
pname = "manix";
version = "d08e7ca185445b929f097f8bfb1243a8ef3e10e4";
src = fetchFromGitHub {
owner = "mlvzk";
repo = "manix";
rev = "d08e7ca185445b929f097f8bfb1243a8ef3e10e4";
fetchSubmodules = false;
sha256 = "sha256-GqPuYscLhkR5E2HnSFV4R48hCWvtM3C++3zlJhiK/aw=";
};
date = "2021-04-20";
};
rnix-lsp-nvfetcher = {
pname = "rnix-lsp-nvfetcher";
version = "95d40673fe43642e2e1144341e86d0036abd95d9";

View file

@ -1,8 +1,4 @@
# nvfetcher.toml
[manix]
src.git = "https://github.com/mlvzk/manix"
fetch.github = "mlvzk/manix"
[wik]
src.git = "https://github.com/yashsinghcodes/wik"
fetch.github = "yashsinghcodes/wik"