From 9cb9e702aa1dcbe45469dd98d4039488f4aa0f55 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 20 Apr 2022 08:31:36 -0400 Subject: [PATCH] tweak(devshell): disable nvfetcher --- shell/devos.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shell/devos.nix b/shell/devos.nix index 6525011..2cf5df3 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -33,12 +33,12 @@ in commands = with pkgs; [ (devos nixUnstable) (devos agenix) - { - category = "devos"; - name = pkgs.nvfetcher.pname; - help = pkgs.nvfetcher.meta.description; - command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher}/bin/nvfetcher -c ./sources.toml $@"; - } + # { + # category = "devos"; + # name = pkgs.nvfetcher.pname; + # help = pkgs.nvfetcher.meta.description; + # command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher}/bin/nvfetcher -c ./sources.toml $@"; + # } (linter nixpkgs-fmt) (linter editorconfig-checker) # (docs python3Packages.grip) too many deps