From 4f39fc678dd38c48b5f65bcf2319bdbb6f956f9e Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 12 Apr 2023 08:55:01 +0000 Subject: [PATCH] Auto commit --- .inscode | 8 +++++--- inscode.nix | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.inscode b/.inscode index 910e819..52d3185 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,6 @@ -run = "upm add guess;npm run dev" +run = "npm i && npm run dev" -[nix] -channel = "stable-22_11" +[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" diff --git a/inscode.nix b/inscode.nix index 2ffbcf4..715093d 100644 --- a/inscode.nix +++ b/inscode.nix @@ -1,6 +1,6 @@ { pkgs }: { deps = [ - pkgs.yarn pkgs.nodejs-16_x + pkgs.yarn ]; } \ No newline at end of file -- GitLab