Nix NodeJS | 204 Members | |
| 58 Servers |
| Sender | Message | Time |
|---|---|---|
| 31 Oct 2023 | ||
| * do you think when you run into them you could open nixpkgs issues and ping me and/or the node team on them? | 19:56:02 | |
| we are very interesting in fixing stuff like that | 19:56:09 | |
| * we are very interested in fixing stuff like that | 19:56:13 | |
In reply to @lily:lily.flowersyes | 19:56:24 | |
| for now I'm still trying to make dream2nix work though | 19:56:43 | |
| because I really really want to not prefetch | 19:56:51 | |
Would you be interested in testing importNpmLock functionality when we have that ready? It'll function similarly to the importCargoLock tooling from rust and won't require prefetched FODs | 19:57:37 | |
| oh nice | 20:12:10 | |
| yes for sure! | 20:12:13 | |
In reply to @emma:conduit.rory.gay Off topic but is this really true?
I mean, there is this: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/dotnet.section.md#using-many-sdks-in-a-workflow-using-many-sdks-in-a-workflow | 20:17:17 | |
In reply to @lily:lily.flowerswe can also collaborate when I have time again. I don't know too much npm stuff but am decent at nix and rust | 20:17:41 | |
In reply to @whentze:matrix.orgwell that I can't exhaustively answer :p I've been using yarn2nix and that has worked Well Enough so far (I use yarn v1 due to some functionality in npm being broken since forever) | 20:26:18 | |
| oh true that exists too | 20:27:32 | |
| (also, an issue I've had with some npm/nix tooling in the past was that it went off package.json, and expected you to pre-generate a nix expression in the project's repository. which is not helpful when it's not your project... yarn2nix seems to have no trouble dealing with third-party lockfiles at evaluation time) | 20:29:45 | |
| is there a way to package stuff that only provides a pnpm lock file? Like for example https://github.com/renovatebot/renovate using https://github.com/cvent/pnpm-lock-export which get's somtimes used in nixpkgs like for woodpecker doesn't work in this case because https://github.com/renovatebot/renovate/blob/main/pnpm-lock.yaml#L358-L360 uses a file which ends up as undefined version so the fetcher just breaks because it doesnt know what to do with that information. | 21:45:20 | |
| 1 Nov 2023 | ||
In reply to @daniel:nopemail.orgyeah i didnt know about that at the time | 15:58:34 | |
| 23:45:38 | ||
| https://github.com/SpikeHD/Dorion/ How can I build this from src with nix? Couldn't find any other pkgs to based off in nixpkgs (that use tauri) https://github.com/SpikeHD/Dorion/blob/main/.github/workflows/build.yml here the build.yml | 23:45:47 | |
| Tauri is iirc tricky as you need both rust, nodejs and tauri tools. Chances are that you will either have to write the whole thing by yourself or at least with custom buildphases for buildNpmPackage. You might also be able (though I got no clue how to do that "right") to build the rust and npm parts separately and the merge at some point. Maybe asking in the general NixOS matrix channel might be a good idea here too. | 23:51:55 | |
| * Tauri is iirc tricky as you need rust, nodejs and tauri tools. Chances are that you will either have to write the whole thing by yourself or at least with custom buildphases for buildNpmPackage. You might also be able (though I got no clue how to do that "right") to build the rust and npm parts separately and the merge at some point. Maybe asking in the general NixOS matrix channel might be a good idea here too. | 23:52:13 | |
| 5 Nov 2023 | ||
| has anyone worked on a prisma project with nixos before? Extremely confusing to me as there are so many issues | 10:46:07 | |
| I would appreciate help | 10:46:18 | |
| if anyone has experience | 10:46:21 | |
| ok i just stopped using it now too frustrating | 16:31:30 | |
| 6 Nov 2023 | ||
In reply to @peter-lustig:matrix.orgYou need to set env vars and it will complain but still work | 08:59:57 | |
| 09:00:06 | |
| 7 Nov 2023 | ||
| 14:33:08 | ||
| 8 Nov 2023 | ||
| Hey! I'm trying to use NIX_NPM_TOKENS feature, but it's giving me back TAR_BAD_ARCHIVE. How can I debug what's the issue with file? | 15:39:07 | |
In reply to @szucsitg:matrix.orgcan you share the whole build log? | 15:41:27 | |
you might also be able to get useful info out of RUST_LOG=trace on the fetcher | 15:42:05 | |