| 2 Jun 2023 |
Lily Foster | (Happy to help if you're getting problems with it) | 14:53:50 |
Pol | It is currently :) | 14:53:55 |
Lily Foster | Did upstream say when they plan to support 18+? | 14:54:17 |
Pol | Yes, let me find the PRs... | 14:54:24 |
Pol | The one for coder/code-server: https://github.com/coder/code-server/issues/6230 | 14:54:54 |
Lily Foster | (The whole openssl 1.1.1 deprecation causing node 16 to be EOL early is pretty unfortunate) | 14:54:55 |
Pol | If you want to help, it's very welcome, especially on this PR (not related to the upgrade of NodeJS but code-server itself): https://github.com/NixOS/nixpkgs/pull/234289 | 14:55:38 |
Lily Foster | Request my review on that one too and I'll get to it soon | 14:56:01 |
Pol | Let me know also if there is something to fix on openvscode-server and code-server | 14:56:04 |
Emma [it/its] | Lily Foster do you know if there's any news on merging this? https://github.com/lilyinstarlight/nixpkgs/tree/unheck/nodejs | 23:28:33 |
Emma [it/its] | guessing it's still considered WIP? | 23:29:02 |
| 3 Jun 2023 |
Lily Foster | In reply to @emma:rory.gay guessing it's still considered WIP? I should delete that branch. It's all been merged to master and release-23.05 now :) | 00:04:45 |
Emma [it/its] | oh! | 00:04:57 |
Lily Foster | Apologies for not remembering to notify you | 00:05:11 |
Emma [it/its] | its alright, happens :p | 00:05:21 |
Emma [it/its] | im guessing that means unstable too | 00:05:44 |
Lily Foster | Yep | 00:06:25 |
Emma [it/its] | neat :) | 00:07:01 |
Emma [it/its] | though i did update and it seems my build broke | 00:09:07 |
Emma [it/its] | (update to latest commit on that branch that is) | 00:09:19 |
Emma [it/its] | something couldnt find script "" or something, ill have to wait for it to re-pull packages | 00:10:28 |
Lily Foster | In reply to @emma:rory.gay (update to latest commit on that branch that is) Yeah update to nixpkgs master or nixos-unstable. I'm gonna delete that branch when I get home | 00:11:28 |
Emma [it/its] | yeah i was rebasing our nix test branch anyways | 00:11:49 |
Emma [it/its] | now the un-fun part is going to be getting it to build | 00:12:04 |
Emma [it/its] | oh looks like it got past the npm build part | 00:17:02 |
| maca-mx joined the room. | 13:26:36 |
| 4 Jun 2023 |
| Federico Damián Schonborn changed their profile picture. | 17:40:21 |
| 5 Jun 2023 |
Pol | How to use Yarn 3 in mkYarnPackage wrapper ? | 08:30:22 |
Lily Foster | In reply to @drupol:matrix.org How to use Yarn 3 in mkYarnPackage wrapper ? We don't have yarn berry support in our nixpkgs tooling yet, but it's expected Soon™. You can make your own package-lock.json and use the npm tooling for now
Also idk if yarn2nix/mkYarnPackage will ever support it but we have newer tooling on the way that works more similarly to the npm tooling | 11:02:32 |
Pol | Is there any kind of documentation on how to do the package-lock.json ? | 11:18:56 |