| 24 Apr 2023 |
Lily Foster | Ah, thanks for the clarification | 20:29:47 |
@ambroisie:belanyi.fr | NPM has a CA cache? | 20:29:49 |
Lily Foster | In reply to @ambroisie:belanyi.fr NPM has a CA cache? cacache is their cache format for downloads and such (I think it's short for "content-addressed cache" but I'd have to look it up to be sure). This is how fetchNpmDeps stores dependencies so that npm can naturally pick up and deal with them offline | 20:31:35 |
| 25 Apr 2023 |
Lily Foster | https://github.com/NixOS/nixpkgs/pull/206476 has been merged ๐
I'll try to clean up the other two PRs tomorrow or Wednesday | 00:28:43 |
| 28 Apr 2023 |
| Pol changed their profile picture. | 08:42:58 |
Lily Foster | Okay I've cleaned up https://github.com/NixOS/nixpkgs/pull/214454, if it could get some reviews or testers (Winter (she/her), I did pull in your other commit to do the cache mapping for hash fixup and cleaned it up, added v1 tests, etc) | 23:31:25 |
Lily Foster | I think I locally have https://github.com/NixOS/nixpkgs/pull/206477 fixed up but because maintenance was getting increasingly annoying (and I noticed cross concerns), I've integrated the npm patch into the main nodejs derivation and will be testing then pushing if I don't find regressions (debating whether it should be retargeted to staging since I mean the rebuild count for nodejs isn't that high and nodejs updates have gone straight to master in the past) | 23:34:41 |
Lily Foster | Well I just pushed my testing branch anyway, in case anyone wanted to look at it. I guess we'll see what ofborg says the exact rebuild counts will be | 23:42:24 |
| 30 Apr 2023 |
aktaboot | If I havea package.json, I don't need a yarn.lock/nix right ? | 08:16:40 |
aktaboot | just running yarn will create one ๐ | 08:22:57 |
aktaboot | * just running yarn will create one ๐ | 08:23:02 |
| 3 May 2023 |
| Federico Damiรกn Schonborn joined the room. | 23:57:24 |
| 4 May 2023 |
| aktaboot left the room. | 19:41:25 |
hexa | Lily Foster: with the latest buildNpmPackage changes merged I think I get an endless loop in installPhase ๐ | 23:53:18 |