Nix NodeJS | 192 Members | |
| 57 Servers |
| Sender | Message | Time |
|---|---|---|
| 12 Jul 2025 | ||
| as in, certain optional features using some optional dependencies, or being able to pick one of 2 implementations of a thing | 11:45:07 | |
| 13 Jul 2025 | ||
| 20:12:44 | ||
| 20 Jul 2025 | ||
| question, how would i go about handling optional dependencies? | 23:45:25 | |
| oh that's the same question i asked the other day | 23:45:38 | |
| 21 Jul 2025 | ||
| 17:28:59 | ||
| 17:37:41 | ||
| 17:37:50 | ||
| 28 Jul 2025 | ||
| 08:01:04 | ||
| 8 Aug 2025 | ||
| 06:57:00 | ||
| 16 Aug 2025 | ||
| 14:25:09 | ||
| 14:30:02 | ||
| 29 Aug 2025 | ||
| 00:36:22 | ||
| 383256 | 00:36:35 | |
| * https://github.com/NixOS/nixpkgs/pull/383256 I'd love to commit this can i get a reviewer | 00:37:16 | |
| 19:29:31 | ||
| 30 Aug 2025 | ||
| Hey, does anyone know the recommended way to run
| 20:26:54 | |
(for context, I'm packaging jaeger-ui and they only include vite and some other deps as devDependencies of the workspace memeber packages/jaeger-ui. The build fails on calling vite in the build script of the workspace memeber as it has a /usr/bin/env node shebang and is unpatched as a consequence of landing in packages/jaeger-ui/node_modules/vite/bin/vite.js.) | 20:29:27 | |
| * Hey, does anyone know the recommended way to run
| 20:30:54 | |
| * Hey, does anyone know the recommended way to run
| 20:31:06 | |
* (for context, I'm packaging jaeger-ui and they only include vite and some other deps as devDependencies of the workspace member packages/jaeger-ui. The build fails on calling vite in the build script of the workspace member as it has a /usr/bin/env node shebang and is unpatched as a consequence of landing in packages/jaeger-ui/node_modules/vite/bin/vite.js.) | 20:31:25 | |
| 2 Sep 2025 | ||
| 18:18:22 | ||
| 18:28:47 | ||
hai :3 I'm trying to package an npm package that depends on another npm package that itself downloads a binary. I am building that binary and want to put it into node_modules but I'm finding it's getting blown out. Here's my package.nix: https://github.com/scd31/tileserver-gl/blob/nix/nix/package.nix | 18:31:52 | |
Wondering if anyone knows the semantics of buildNpmPackage, i.e. where it would be getting removed | 18:32:14 | |
| have you tried using preBuild instead of prePatch? | 18:35:20 | |
If I do, then it falls over in the patchPhase with tileserver-gl> npm error request to https://github.com/maplibre/maplibre-native/releases/download/node-v6.2.0/node-v127-linux-x64-Release.tar.gz failed, reason: getaddrinfo EAI_AGAIN github.com | 18:37:13 | |
try npmFlags = [ "--ignore-scripts" ]; | 18:40:58 | |
| trying nw | 18:41:57 | |
| * trying now | 18:41:59 | |
| * trying now | 18:42:01 | |