tweak(shell): reenable nvfetcher

This commit is contained in:
Infinidoge 2022-05-01 00:01:04 -04:00
parent e6d1647093
commit 1629a9d540

View file

@ -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