tweak(shell/devos): reenable nvfetcher
This commit is contained in:
parent
76a7f5abd0
commit
e048b7369a
1 changed files with 6 additions and 6 deletions
|
@ -33,12 +33,12 @@ in
|
||||||
commands = with pkgs; [
|
commands = with pkgs; [
|
||||||
(devos nixUnstable)
|
(devos nixUnstable)
|
||||||
(devos agenix)
|
(devos agenix)
|
||||||
# {
|
{
|
||||||
# category = "devos";
|
category = "devos";
|
||||||
# name = pkgs.nvfetcher-bin.pname;
|
name = pkgs.nvfetcher.pname;
|
||||||
# help = pkgs.nvfetcher-bin.meta.description;
|
help = pkgs.nvfetcher.meta.description;
|
||||||
# command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml $@";
|
command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher}/bin/nvfetcher -c ./sources.toml $@";
|
||||||
# }
|
}
|
||||||
(linter nixpkgs-fmt)
|
(linter nixpkgs-fmt)
|
||||||
(linter editorconfig-checker)
|
(linter editorconfig-checker)
|
||||||
# (docs python3Packages.grip) too many deps
|
# (docs python3Packages.grip) too many deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue