Sender | Message | Time |
---|---|---|
7 Apr 2025 | ||
https://gitlab.com/balancemod/main-site-nixos/-/jobs/9642696398#L945 Here it is again | 11:09:51 | |
`/nix/store/blp465c3ps5841lx2l1ip5qvpw74wb9r-npm-build-hook/nix-support/setup-hook: line 3: 276 Killed npm run ${npmWorkspace+--workspace=$npmWorkspace} "$npmBuildScript" $npmBuildFlags "${npmBuildFlagsArray[@]}" $npmFlags "${npmFlagsArray[@]}"` Why 276 killed Is it like a timeout thing? | 11:11:35 | |
11 Apr 2025 | ||
22:09:11 | ||
12 Apr 2025 | ||
The package
I have no clue what's going on here. This just happens sometimes when I'm working on changes to the derivation, and it always succeeds the next time. | 20:22:01 | |
13 Apr 2025 | ||
In reply to @aidalgol:matrix.orgSporadic error sounds like the lockfile handling in pnpm might be unstable. Maybe check if you can find a reproducable example and compare the lockfile against a working one. | 07:23:52 | |
The error looks weird though. | 07:24:29 | |
15 Apr 2025 | ||
06:37:16 | ||
Hi, just wanted to ask if there's any way to build a local pnpm project without having to pass the hash of the pnpm.fetchDeps | 06:38:27 | |
this is possible with npm by using importNpmLock { npmRoot = ./.; }; | 06:38:44 | |
maybe it can be done with some IFD... | 06:38:57 | |
meow, how do i deal with sqlite3 in fetchYarnDeps not adding the lib/bindings/node-*-$os-$arch/node_sqlite3.node to the offline yarn cache? | 18:38:08 | |
16 Apr 2025 | ||
build it yourself: https://github.com/NixOS/nixpkgs/blob/2631b0b7abcea6e640ce31cd78ea58910d31e650/pkgs/by-name/th/thelounge/package.nix#L80 | 06:26:26 | |
though it definitely should be added | 06:26:32 | |
12:32:58 | ||
hey folks, is there any doc or tool for integrating a pnpm project with nix? | 12:36:01 | |
please see https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/javascript.section.md#pnpm-javascript-pnpm | 14:22:52 | |
24 Apr 2025 | ||
14:46:51 | ||
19:29:10 | ||
25 Apr 2025 | ||
16:10:41 | ||
26 Apr 2025 | ||
Redacted or Malformed Event | 12:56:06 | |
27 Apr 2025 | ||
15:56:01 | ||
16:12:40 | ||
16:12:53 | ||
29 Apr 2025 | ||
10:08:02 | ||
Hey guys! Does anybody know how to create a package for a yarn project that uses pnp? I'm trying to package Verdaccio https://github.com/NixOS/nixpkgs/pull/398441 but it seems that | 10:09:26 | |
I'm not too familiar with yarn but PNP still has a yarn lockfile, correct? You could try to use the normal yarn deps fetcher on it. Regardless, the linked project's source, verdaccio, seems to use pnpm from cursory glance. This is iirc supported with a custom deps fetcher | 10:31:07 | |
(The pnpm guess is based on the pnpm lockfile, https://github.com/verdaccio/verdaccio/blob/master/pnpm-lock.yaml) | 10:33:24 | |
Pnpm has its own lock file and fetcher | 11:57:24 | |
(that is a pnpm lock file, or is pnp yet another package manager?) | 11:58:27 | |
yarn PNP is yarn plug-n-plug iirc, it's a special-ish way for yarn to handle deps. An alternative to traditional node_modules | 12:52:52 |