fix(devshell): pin pycurl to stable, disable nvfetcher
This commit is contained in:
parent
cdd153b39d
commit
3d14f49d4b
2 changed files with 19 additions and 6 deletions
|
@ -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-bin.pname;
|
||||
# help = pkgs.nvfetcher-bin.meta.description;
|
||||
# command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml $@";
|
||||
# }
|
||||
(linter nixpkgs-fmt)
|
||||
(linter editorconfig-checker)
|
||||
# (docs python3Packages.grip) too many deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue