Loading pkgs/by-name/qw/qwen-code/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, nix-update-script, jq, git, ripgrep, }: Loading @@ -30,7 +31,10 @@ buildNpmPackage (finalAttrs: { jq ]; buildInputs = [ ripgrep ]; buildInputs = [ git ripgrep ]; postPatch = '' # Remove @lvce-editor/ripgrep dependency (no network on buildPhase Loading Loading @@ -76,6 +80,7 @@ buildNpmPackage (finalAttrs: { mkdir -p $out/bin $out/share/qwen-code cp -r bundle/* $out/share/qwen-code/ cp node_modules/tiktoken/tiktoken_bg.wasm $out/share/qwen-code/ patchShebangs $out/share/qwen-code ln -s $out/share/qwen-code/gemini.js $out/bin/qwen Loading Loading
pkgs/by-name/qw/qwen-code/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, nix-update-script, jq, git, ripgrep, }: Loading @@ -30,7 +31,10 @@ buildNpmPackage (finalAttrs: { jq ]; buildInputs = [ ripgrep ]; buildInputs = [ git ripgrep ]; postPatch = '' # Remove @lvce-editor/ripgrep dependency (no network on buildPhase Loading Loading @@ -76,6 +80,7 @@ buildNpmPackage (finalAttrs: { mkdir -p $out/bin $out/share/qwen-code cp -r bundle/* $out/share/qwen-code/ cp node_modules/tiktoken/tiktoken_bg.wasm $out/share/qwen-code/ patchShebangs $out/share/qwen-code ln -s $out/share/qwen-code/gemini.js $out/bin/qwen Loading