fix: readd agenix and nvfetcher after channel fix

This commit is contained in:
Infinidoge 2021-09-15 14:54:13 -04:00
parent 96a0ac3050
commit 6c93fb46df

View file

@ -36,13 +36,13 @@ in
commands = with pkgs; [
(devos nixUnstable)
# (devos agenix)
# {
# category = "devos";
# name = pkgs.nvfetcher-bin.pname;
# help = pkgs.nvfetcher-bin.meta.description;
# command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
# }
(devos agenix)
{
category = "devos";
name = pkgs.nvfetcher-bin.pname;
help = pkgs.nvfetcher-bin.meta.description;
command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
}
(linter nixpkgs-fmt)
(linter editorconfig-checker)
# (docs python3Packages.grip) too many deps