diff --git a/overlays/default.nix b/overlays/default.nix index 6932b2ac..6b4348d9 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -26,7 +26,6 @@ }) (import ../pkgs) (import ./blesh.nix) - (import ./manix.nix) (import ./mdbook-multilang.nix inputs) (import ./prr.nix) (import ./neovim-plugins.nix) diff --git a/overlays/manix.nix b/overlays/manix.nix deleted file mode 100644 index c98724b7..00000000 --- a/overlays/manix.nix +++ /dev/null @@ -1,5 +0,0 @@ -final: prev: { - manix = prev.manix.overrideAttrs (o: rec { - inherit (prev.sources.manix) pname version src; - }); -} diff --git a/pkgs/_sources/generated.nix b/pkgs/_sources/generated.nix index 301a7088..85612b78 100644 --- a/pkgs/_sources/generated.nix +++ b/pkgs/_sources/generated.nix @@ -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"; diff --git a/pkgs/sources.toml b/pkgs/sources.toml index a99c1a37..51eec885 100644 --- a/pkgs/sources.toml +++ b/pkgs/sources.toml @@ -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"