| 20 Mar 2026 |
ungeskriptet | I just used lib.makeScope newScope | 05:27:31 |
| 21 Mar 2026 |
| @xx0a_q:matrix.org left the room. | 11:55:57 |
| 22 Mar 2026 |
| kaynetik joined the room. | 13:21:57 |
| 23 Mar 2026 |
| Gus joined the room. | 01:42:42 |
Gus | Hi, I maintain seanime, and r-ryantm isn't able to automatically open prs (log: https://nixpkgs-update-logs.nix-community.org/seanime/2026-03-11.log) looks like it doesn't pick up that it needs to change npmDepsHash - anyone know how I could fix this? | 01:46:31 |
ungeskriptet | You need nix-update-script for that | 04:21:30 |
ungeskriptet | Also you should use npmHooks that way you can build the npm part inline without a subpackage | 04:22:04 |
ungeskriptet | https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ss/sshwifty/package.nix#L68
You can do it like this package
| 04:22:16 |
Gus | thanks 🙂 | 06:33:43 |
| 27 Mar 2026 |
| smoothie_one joined the room. | 13:02:02 |
| Moved to @sashanoraa:matrix.org changed their display name from Sashanoraa.gay (she/her, ze/zir) to Moved to @sashanoraa:matrix.org. | 15:27:40 |
| 1 Apr 2026 |
| sebastian changed their display name from crstl to sebastian. | 21:09:09 |
| sebastian changed their profile picture. | 21:09:33 |
| 3 Apr 2026 |
| Axel Karjalainen joined the room. | 12:12:32 |
| 7 Apr 2026 |
| Proesmans Bert joined the room. | 18:49:59 |
| 8 Apr 2026 |
| JamieMagee set a profile picture. | 03:42:59 |
| teumaauss joined the room. | 15:47:36 |
| @marvesms:matrix.org joined the room. | 21:31:29 |
| NixOS Moderation Bot banned @marvesms:matrix.org (spam). | 22:01:02 |
| 9 Apr 2026 |
| @capybara_squash:unredacted.org joined the room. | 21:03:09 |
| @capybara_squash:unredacted.org left the room. | 21:03:37 |
| 11 Apr 2026 |
| mira [she/it] joined the room. | 20:42:34 |
| mira [she/it] left the room. | 21:00:58 |
| 12 Apr 2026 |
| pandapip1 joined the room. | 00:21:55 |
| ser(ial) joined the room. | 02:59:16 |
| 13 Apr 2026 |
tiferrei | Hello! I was wondering if there was a way to "teach" or "ask" the update bot to keep an eye on a specific package? The maintainer of mas is very keen on keeping the package up-to-date on nix, but does not personally use nix. I said I would personally catch version bump requests on the github issues when I can, and ask if there was a way to get the PR side automated. Thank you! :) | 21:36:46 |
samasaur | it's already being scanned by the bot, you can see logs here: https://nixpkgs-update-logs.nix-community.org/mas/ | 21:57:08 |
samasaur | if that isn't working properly, you'd want to write a custom update script for the package | 21:59:20 |
tiferrei | I believe the issue is that it needs per-architecture hashes for the binaries it fetches. Is there a standard way for this to work that I should stick to? Or is complete custom the way to go? | 22:06:18 |
tiferrei | I believe 1password-cli has some success with this, I will follow that pattern. thanks for your help! | 22:08:14 |