| 16 Apr 2025 |
Winter | build it yourself: https://github.com/NixOS/nixpkgs/blob/2631b0b7abcea6e640ce31cd78ea58910d31e650/pkgs/by-name/th/thelounge/package.nix#L80 | 06:26:26 |
Winter | though it definitely should be added | 06:26:32 |
| lxsameer joined the room. | 12:32:58 |
lxsameer | hey folks, is there any doc or tool for integrating a pnpm project with nix? | 12:36:01 |
Sandro 🐧 | please see https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/javascript.section.md#pnpm-javascript-pnpm | 14:22:52 |
| 24 Apr 2025 |
| Cathal joined the room. | 14:46:51 |
| root joined the room. | 19:29:10 |
| 25 Apr 2025 |
| thirdofmay18081814goya joined the room. | 16:10:41 |
| 26 Apr 2025 |
aktaboot | Redacted or Malformed Event | 12:56:06 |
| 27 Apr 2025 |
| @adam_neverwas:matrix.org joined the room. | 15:56:01 |
| @arexon:matrix.org changed their profile picture. | 16:12:40 |
| @arexon:matrix.org changed their profile picture. | 16:12:53 |
| 29 Apr 2025 |
| c3n21 joined the room. | 10:08:02 |
c3n21 | 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 pnp is not supported by the current packaging tooling
| 10:09:26 |
Cobalt | 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 |
Cobalt | (The pnpm guess is based on the pnpm lockfile, https://github.com/verdaccio/verdaccio/blob/master/pnpm-lock.yaml) | 10:33:24 |