diff --git a/.inscode b/.inscode index 037cf2eb438fee6744a0831d97bbf3274ad51b2a..3112d25a896a3f565b93f4a5b4be553c2b962926 100644 --- a/.inscode +++ b/.inscode @@ -1 +1,6 @@ run = "index.html" + +[env] +PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" +XDG_CONFIG_HOME = "/root/.config" +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" \ No newline at end of file diff --git a/inscode.nix b/inscode.nix index 30ffde3c73707163ed03acfcfdcd09e1c567f0d8..12841f8a4f193f44c7c755a8821606a6447a7584 100644 --- a/inscode.nix +++ b/inscode.nix @@ -1,5 +1,6 @@ { pkgs }: { - deps = [ - - ]; + deps = [ + pkgs.nodejs-18_x + pkgs.yarn + ]; } \ No newline at end of file