From e048b7369ada126859a214d4652ad5b74b97f1c2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 9 Apr 2022 03:02:53 -0400 Subject: [PATCH] tweak(shell/devos): reenable nvfetcher --- shell/devos.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shell/devos.nix b/shell/devos.nix index f1b8ffc..6525011 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-bin.pname; - # help = pkgs.nvfetcher-bin.meta.description; - # command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher-bin}/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