| 3 Jun 2023 |
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 |
Pol | It's a dead end anyway, npm ERR! Unsupported URL Type "workspace:": workspace:commons | 12:59:43 |
Lily Foster | In reply to @drupol:matrix.org It's a dead end anyway, npm ERR! Unsupported URL Type "workspace:": workspace:commons Oh, lovely. I guess yarn berry supports workspace: specs now? Seems odd given I don't think npm can do that | 13:00:51 |
Pol | yeah... I think it's specific to yarn indeed. | 13:01:11 |
Lily Foster | I still don't have too much experience with yarn. I was hoping to get my open fetchYarnDeps PRs merged, get buildYarnPackage merged, and then look at what will be required for yarn berry support (spare time has just been in incredibly limited supply though...) | 13:02:26 |
Pol | No problem. Thanks anyway | 13:02:54 |