From 542623cf17b3d863b7d99e710540017a34d19a79 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 12 Apr 2023 08:39:58 +0000 Subject: [PATCH] Auto commit --- .inscode | 5 +++++ inscode.nix | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.inscode b/.inscode index 037cf2e..3112d25 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 30ffde3..12841f8 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 -- GitLab