| 30 Jul 2023 |
gdamjan | I'm gonna make a PR for this matrix-appservice-irc to make hexa happy, but it might need more attention later. and we can merge the PR once the version bump appears | 00:00:38 |
hexa | I run the hackint matrix bridge and we have north of 2500 users relying on it | 00:01:13 |
gdamjan | I run it too, but I think I only have 2 or 3 users :) | 00:01:57 |
gdamjan | alas, not from nix | 00:02:05 |
gdamjan | :hides: | 00:02:08 |
gdamjan | https://github.com/NixOS/nixpkgs/pull/246116 | 00:11:17 |
gdamjan | hexa: when do you think the bridge updates will happen? | 00:11:39 |
hexa | wdym | 00:11:52 |
hexa | from experience I expect the security release some time in the european afternoon | 00:12:27 |
hexa | they're a UK based company iirc | 00:12:56 |
gdamjan | ah, monday 31st, ok I don't think I've seen the image on my phone :D | 00:18:02 |
hexa | i think that eval error was because of IFD | 00:31:44 |
hexa | builtins.fromJSON on a result of src | 00:32:06 |
hexa | I might be wrong though | 00:32:19 |
hexa | let's hope we don't need to copy the lock file into the repo | 00:32:33 |
gdamjan | the offlineCache? | 00:41:32 |
gdamjan | I might just remove it, no? | 00:41:40 |
gdamjan | hm, trying to run the nixosTests.matrix-appservice-irc, but it fails with Failed to parse 'config.schema.json': Expecting value: line 1 column 1 (char 0) and there's also DeprecationWarning: The jsonschema CLI is deprecated and will be removed in a future version. Please use check-jsonschema instead, which can be installed from https://pypi.org/project/check-jsonschema/ | 00:47:03 |
hexa | In reply to @gdamjan:spodeli.org I might just remove it, no? no idea about yarn, sorry | 00:52:06 |
gdamjan | oh, my typo :facepalm: | 00:57:33 |
Lily Foster | No you need package.json for yarn2nux | 01:09:18 |
Lily Foster | * No you need package.json for yarn2nix | 01:09:23 |
Lily Foster | But the offlineCache avoids the need to vendor yarn.lock and yarn.nix | 01:09:36 |
hexa | gdamjan: fyi https://github.com/NixOS/nixpkgs/pull/246123 | 01:11:08 |
Lily Foster | (to clarify, it tries to pull the package name from IFD otherwise) | 01:11:11 |
Lily Foster | Tbh you can probably get by without yarn2nix at all, though, if you are already having to override phases | 01:11:19 |
Lily Foster | There's a few packages that use yarn --offline with fetchYarnDeps and don't use mkYarnPackage at all | 01:11:39 |
Lily Foster | * There's a few packages that use yarn --offline install with fetchYarnDeps and don't use mkYarnPackage at all | 01:11:43 |
gdamjan | what was IFD again? | 01:13:37 |
Lily Foster | Import-from-derivation | 01:13:55 |