| 2 Jun 2023 |
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 |
Pol | 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 |
Pol | In reply to @lily:lily.flowers
npm lock on the repo and then you can copy it in with postPatch Thanks | 12:34:51 |
Pol | npm lock doesn't exists. | 12:57:01 |
Pol | I guess npm i --package-lock-only ? | 12:58:11 |
Lily Foster | In reply to @drupol:matrix.org I guess npm i --package-lock-only ? Oh yeah, that (had it mixed up with another tool at the time) | 12:59:19 |
Pol | No problem. | 12:59:29 |
Lily Foster | You can also --ignore-scripts to reduce install side effects as well | 12:59:37 |