forked from pub-solar/os
fix: use manix from nixpkgs instead of nvfetcher
This commit is contained in:
parent
9fed3a5caf
commit
50acaccc83
|
@ -26,7 +26,6 @@
|
||||||
})
|
})
|
||||||
(import ../pkgs)
|
(import ../pkgs)
|
||||||
(import ./blesh.nix)
|
(import ./blesh.nix)
|
||||||
(import ./manix.nix)
|
|
||||||
(import ./mdbook-multilang.nix inputs)
|
(import ./mdbook-multilang.nix inputs)
|
||||||
(import ./prr.nix)
|
(import ./prr.nix)
|
||||||
(import ./neovim-plugins.nix)
|
(import ./neovim-plugins.nix)
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
manix = prev.manix.overrideAttrs (o: rec {
|
|
||||||
inherit (prev.sources.manix) pname version src;
|
|
||||||
});
|
|
||||||
}
|
|
|
@ -3,17 +3,17 @@
|
||||||
{
|
{
|
||||||
blesh-nvfetcher = {
|
blesh-nvfetcher = {
|
||||||
pname = "blesh-nvfetcher";
|
pname = "blesh-nvfetcher";
|
||||||
version = "595f905b8b2b791296fef4a394fdf029bd0dbef3";
|
version = "a7eb5d048c381feeae527c66c3e04df376699b4d";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "akinomyoga";
|
owner = "akinomyoga";
|
||||||
repo = "ble.sh";
|
repo = "ble.sh";
|
||||||
rev = "595f905b8b2b791296fef4a394fdf029bd0dbef3";
|
rev = "a7eb5d048c381feeae527c66c3e04df376699b4d";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
deepClone = false;
|
deepClone = false;
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
sha256 = "sha256-FHn0Sn0WKBC8XcANnS2rrosss2ry/03Cv8jtjIWQtHc=";
|
sha256 = "sha256-4kWjLLA64y4cNC0/WuIbuvAojCBGFeZYQ7BrXWYY9YU=";
|
||||||
};
|
};
|
||||||
date = "2023-11-16";
|
date = "2023-11-22";
|
||||||
};
|
};
|
||||||
instant-nvim-nvfetcher = {
|
instant-nvim-nvfetcher = {
|
||||||
pname = "instant-nvim-nvfetcher";
|
pname = "instant-nvim-nvfetcher";
|
||||||
|
@ -27,18 +27,6 @@
|
||||||
};
|
};
|
||||||
date = "2022-06-25";
|
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 = {
|
rnix-lsp-nvfetcher = {
|
||||||
pname = "rnix-lsp-nvfetcher";
|
pname = "rnix-lsp-nvfetcher";
|
||||||
version = "95d40673fe43642e2e1144341e86d0036abd95d9";
|
version = "95d40673fe43642e2e1144341e86d0036abd95d9";
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
# nvfetcher.toml
|
# nvfetcher.toml
|
||||||
[manix]
|
|
||||||
src.git = "https://github.com/mlvzk/manix"
|
|
||||||
fetch.github = "mlvzk/manix"
|
|
||||||
|
|
||||||
[wik]
|
[wik]
|
||||||
src.git = "https://github.com/yashsinghcodes/wik"
|
src.git = "https://github.com/yashsinghcodes/wik"
|
||||||
fetch.github = "yashsinghcodes/wik"
|
fetch.github = "yashsinghcodes/wik"
|
||||||
|
|
Loading…
Reference in a new issue