| 22 Aug 2024 |
Winter | (i assume you'd do such a thing anyways but) | 03:07:30 |
emily | I didn't think to tbh, but I guess I can add an enableUnfree | 03:11:17 |
emily | (why would anyone want the Apple emoji anyway? they're hideous) | 03:11:27 |
emily | it's actually more like lib.licenses.illegal, but we don't have a way to express that :) | 03:13:03 |
emily | "please set NIXPKGS_ALLOW_CRIME" | 03:13:22 |
| cafkafk joined the room. | 04:37:47 |
| @aloisw:kde.org joined the room. | 08:11:11 |
| SomeoneSerge (matrix works sometimes) joined the room. | 11:26:39 |
aktaboot | so I'm trying to build mullvad-gui from source, but npm is trying to chmod the source files, I can't figure out where or why it's doing that, but settings the cache as writable does not seem to be sufficient
any ideas ? :)
| 12:40:01 |
aktaboot | * so I'm trying to build mullvadvpn-gui from source, but npm is trying to chmod the source files, I can't figure out where or why it's doing that, but settings the cache as writable does not seem to be sufficient
any ideas ? :)
| 12:40:16 |
aktaboot | that's happening in the unpackPhase, just after unpacking the source | 12:50:44 |
| Artur Manuel joined the room. | 13:03:37 |
Sandro 🐧 | Anyone can help with https://github.com/NixOS/nixpkgs/pull/330137 ? | 13:15:17 |
| Artur Manuel changed their profile picture. | 14:52:59 |
| 23 Aug 2024 |
| greg joined the room. | 20:20:53 |
greg | Anybody have a minute to help a Yarn packaging noob? Here's my WIP: https://github.com/greg-hellings/nixpkgs/blob/init-homarr/pkgs/servers/homarr/default.nix - it's throwing an error while setting up the offlineCache. Yes, I know I don't have a hash for it yet. But trying to build gives me the error Unknown token: { line: 3, col: 2, type: 'INVALID', value: undefined } 3:2 in lockfile which is fascinating because I have validated that the character { appears nowhere in the lockfile at all | 20:28:57 |
greg | Here is the lock file it is complaining about. Line 3 is distinctly empty: https://github.com/ajnart/homarr/blob/v0.15.3/yarn.lock | 20:38:48 |
greg | OK, so I've mangled the file to get rid of the first few lines where it was complaining and choking. Now it can't parse the deps entries with their version numbers. 🤷 SyntaxError: Unknown token: { line: 3, col: 12, type: 'NUMBER', value: 1 } 3:12 in lockfile Where line 3 now looks like version: 1.2.6. It gets the digit 1 in the first spot and chokes. | 20:59:55 |