| 2 Jun 2023 |
Lily Foster | (The whole openssl 1.1.1 deprecation causing node 16 to be EOL early is pretty unfortunate) | 14:54:55 |
@drupol:matrix.org | 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 |
@drupol:matrix.org | 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 |
| @federicodschonborn:matrix.org changed their profile picture. | 17:40:21 |
| 5 Jun 2023 |
@drupol:matrix.org | 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 |
@drupol:matrix.org | Is there any kind of documentation on how to do the package-lock.json ? | 11:18:56 |
@drupol:matrix.org | So I can start to package the update of hedgehog 1.9.8 | 11:19:33 |
Lily Foster | npm lock on the repo and then you can copy it in with postPatch | 11:21:01 |
| 7 Jun 2023 |
@drupol:matrix.org | In reply to @lily:lily.flowers
npm lock on the repo and then you can copy it in with postPatch Thanks | 12:34:51 |
@drupol:matrix.org | npm lock doesn't exists. | 12:57:01 |
@drupol:matrix.org | I guess npm i --package-lock-only ? | 12:58:11 |