Add gh to nix

This commit is contained in:
Anthony Lawn 2022-11-30 04:20:22 +00:00 committed by Replit user
parent 4db024dbf2
commit fca4aa6ceb

View file

@ -1,6 +1,7 @@
{ pkgs }: { { pkgs }: {
deps = [ deps = [
pkgs.nodejs-16_x pkgs.gh
pkgs.nodejs-16_x
pkgs.nodePackages.typescript-language-server pkgs.nodePackages.typescript-language-server
pkgs.nodePackages.npm pkgs.nodePackages.npm
]; ];