fix: disable agenix/nvfetcher from devshell
This commit is contained in:
parent
a06d41fc5d
commit
e528f56712
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue